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