Example #1
0
File: Api.cs Project: serialbus/NGK
 //-----------------------------------------------------------------------------------------
 public static Boolean f_can_success(F_CAN_RESULT result)
 {
     if (result == F_CAN_RESULT.CAN_RES_OK)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }
Example #2
0
File: Api.cs Project: serialbus/NGK
 //-----------------------------------------------------------------------------------------
 public static Boolean f_can_success(F_CAN_RESULT result)
 {
     if (result == F_CAN_RESULT.CAN_RES_OK)
     {
         return true;
     }
     else
     {
         return false;
     }
 }