API Reference v9.2.0
IoPortTypeenum
Module: ZaberMotionAscii
Kind of I/O pin to use.
To use this type, add import ZaberMotionAscii to the top of your source code.
| Name | Value | Description |
|---|---|---|
IoPortType.none | 0 | No port type specified. |
IoPortType.analogInput | 1 | An analog input channel that reads a voltage. |
IoPortType.analogOutput | 2 | An analog output channel that outputs a voltage. |
IoPortType.digitalInput | 3 | A digital input channel that reads a boolean state. |
IoPortType.digitalOutput | 4 | A digital output channel that controls a boolean state. |