Beispiel #1
0
 //Allows the changing of the LED state
 public static int Toggle(IntPtr devHandle, LED led, LED_CMD command)
 {
     return(dpfpdd_led_ctrl(devHandle, led, command));
 }
Beispiel #2
0
 private static extern int dpfpdd_led_ctrl(IntPtr devHandle, LED led_id, LED_CMD led_cmd);