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