public bool RestCan() { if (ECANDLL.ResetCAN(1, 0, 0) == ECAN.ECANStatus.STATUS_OK) { return(true); } return(false); }