예제 #1
0
 public static extern int get_analog_output(ref int handle, JKTYPE.IOType type, int index, ref float result);
예제 #2
0
 public static extern int set_analog_output(ref int handle, JKTYPE.IOType type, int index, float value);
예제 #3
0
 public static extern int get_digital_output(ref int handle, JKTYPE.IOType type, int index, ref bool result);
예제 #4
0
 public static extern int set_digital_output(ref int handle, JKTYPE.IOType type, int index, bool value);