Beispiel #1
0
 public int Do_LED_GetNotifyParam_BufferToFile(ref TNotifyParam param, String filename, Int32 index)
 {
     return LED_GetNotifyParam_BufferToFile(ref param, filename, index);
 }
Beispiel #2
0
 private static extern int LED_GetNotifyParam_BufferToFile(ref TNotifyParam param, String filename, int index);
Beispiel #3
0
 public int Do_LED_GetNotifyParam(ref TNotifyParam param, Int32 index)
 {
     return LED_GetNotifyParam(ref param, index);
 }
Beispiel #4
0
 private static extern int LED_GetNotifyParam(ref TNotifyParam param, Int32 index);