示例#1
0
 public static extern short GetChannelInfo(
     short handle,
     out float min,
     out float max,
     out short places,
     out short divider,
     DigOut channel
     );
示例#2
0
 public static extern short GetPulseCount(
     short handle,
     DigOut IOChannel,
     out short count
     );
示例#3
0
 public static extern short StartPulseCount(
     short handle,
     DigOut IOChannel,
     short direction
     );
示例#4
0
 public static extern short GetInput(
     short handle,
     DigOut IOChannel,
     short pullUp,
     out short value
     );
示例#5
0
 public static extern short SetPWM(
     short handle,
     DigOut IOChannel,
     ushort period,
     char cycle
     );
示例#6
0
 public static extern short SetDO(
     short handle,
     DigOut IOChannel,
     short value
     );