コード例 #1
0
ファイル: tc_LED_API.cs プロジェクト: xlgwr/SocketRFIDService
 public int Do_LED_GetNotifyParam_BufferToFile(ref TNotifyParam param, String filename, Int32 index)
 {
     return LED_GetNotifyParam_BufferToFile(ref param, filename, index);
 }
コード例 #2
0
ファイル: tc_LED_API.cs プロジェクト: xlgwr/SocketRFIDService
 private static extern int LED_GetNotifyParam_BufferToFile(ref TNotifyParam param, String filename, int index);
コード例 #3
0
ファイル: tc_LED_API.cs プロジェクト: xlgwr/SocketRFIDService
 public int Do_LED_GetNotifyParam(ref TNotifyParam param, Int32 index)
 {
     return LED_GetNotifyParam(ref param, index);
 }
コード例 #4
0
ファイル: tc_LED_API.cs プロジェクト: xlgwr/SocketRFIDService
 private static extern int LED_GetNotifyParam(ref TNotifyParam param, Int32 index);