|
FireSync API
|
Represents the directionality of a block port.

Related | |
| #define | kPORT_DIRECTION_NULL (0x00) |
| Unknown port direction. | |
| #define | kPORT_DIRECTION_INPUT (0x01) |
| Specifies that a port is an input port. | |
| #define | kPORT_DIRECTION_OUTPUT (0x02) |
| Specifies that a port is an output port. | |
| #define | kPORT_DIRECTION_OPTIONS (0x03) |
| Bitset containing all kPortDirection options. | |