99a100,105
> /**
> * Port index/ID type, and a symbolic name for an invalid port id.
> */
> typedef int16_t PortID;
> const PortID InvalidPortID = (PortID)-1;
>