PhysicalPosition

  • Base type Unsigned32

A physical port specification. An unsigned integer representing the slot and port within that slot. The value is generated as: slot*10^6 + port Examples: port 16 located in slot 7 would be 7*10^6 + 16 = 7,000,000 + 16 = 7,000,016 port 0 located in slot 0 would be 0*10^6 + 0 = 0