SpelIOLabelTypes Enumeration
| Member name | Value | Description |
|---|---|---|
| InputBit | 1 | Specifies input bit. |
| InputByte | 2 | Specifies input byte. |
| InputWord | 3 | Specifies input word. |
| OutputBit | 4 | Specifies output bit. |
| OutputByte | 5 | Specifies output byte. |
| OutputWord | 6 | Specifies output word. |
| MemoryBit | 7 | Specifies memory bit. |
| MemoryByte | 8 | Specifies memory byte. |
| MemoryWord | 9 | Specifies memory word. |
| InputReal | 10 | Specifies real number input. |
| OutputReal | 11 | Specifies real number output. |