示例#1
0
文件: Api.cs 项目: serialbus/NGK
 public static extern F_CAN_RESULT fw_can_post_message(
     SafeFileHandle hDev,
     ref F_CAN_TX pTx);
示例#2
0
文件: Api.cs 项目: serialbus/NGK
 public static extern F_CAN_RESULT fw_can_post_message(
     SafeFileHandle hDev,
     ref F_CAN_TX pTx);
示例#3
0
文件: Api.cs 项目: serialbus/NGK
 public static extern F_CAN_RESULT fw_can_send(
     SafeFileHandle hDev,
     ref F_CAN_TX pTx,
     UInt32 nTx,
     ref UInt32 nSend);
示例#4
0
文件: Api.cs 项目: serialbus/NGK
 public static extern F_CAN_RESULT fw_can_send(
     SafeFileHandle hDev,
     ref F_CAN_TX pTx,
     UInt32 nTx,
     ref UInt32 nSend);