Example #1
0
 public static extern MPRETURNCODE setDigitalIO(uint n, bool state, bool setnow, DIGITALOPT opt);
Example #2
0
 public static extern MPRETURNCODE getDigitalIO(uint n, out bool state, DIGITALOPT opt);