siPortType Enum
Enumerations
enum
siPortType
{
siPortInput
= 0,
siPortOutput
= 1
}
Detailed Description
Enumerates the different kinds of ports.
See also:
Port::GetPortType
Enumeration Type Documentation
enum siPortType
Enumerator:
siPortInput
[0] Input port.
siPortOutput
[1] Output port.