RTPS reserved port kind, used to identify the types of ports that can be reserved on domain participant enable.
More...
Detailed Description
RTPS reserved port kind, used to identify the types of ports that can be reserved on domain participant enable.
- See Also
- com.rti.dds.infrastructure.WireProtocolQosPolicy.rtps_reserved_port_mask
Member Data Documentation
final int BUILTIN_UNICAST = 0x0001 << 0 |
|
static |
Select the metatraffic unicast port.
final int BUILTIN_MULTICAST = 0x0001 << 1 |
|
static |
Select the metatraffic multicast port.
final int USER_UNICAST = 0x0001 << 2 |
|
static |
Select the usertraffic unicast port.
final int USER_MULTICAST = 0x0001 << 3 |
|
static |
Select the usertraffic multicast port.