Exemplo n.º 1
0
Arquivo: Api.cs Projeto: serialbus/NGK
 public static extern F_CAN_RESULT fw_can_post_message(
     SafeFileHandle hDev,
     ref F_CAN_TX pTx);
Exemplo n.º 2
0
Arquivo: Api.cs Projeto: serialbus/NGK
 public static extern F_CAN_RESULT fw_can_post_message(
     SafeFileHandle hDev,
     ref F_CAN_TX pTx);
Exemplo n.º 3
0
Arquivo: Api.cs Projeto: serialbus/NGK
 public static extern F_CAN_RESULT fw_can_send(
     SafeFileHandle hDev,
     ref F_CAN_TX pTx,
     UInt32 nTx,
     ref UInt32 nSend);
Exemplo n.º 4
0
Arquivo: Api.cs Projeto: serialbus/NGK
 public static extern F_CAN_RESULT fw_can_send(
     SafeFileHandle hDev,
     ref F_CAN_TX pTx,
     UInt32 nTx,
     ref UInt32 nSend);