コード例 #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);