RtpsReservedPortKind Class Reference
[WIRE_PROTOCOL]

RTPS reserved port kind, used to identify the types of ports that can be reserved on domain participant enable. More...

List of all members.

Static Public Attributes

static final int BUILTIN_UNICAST = 0x0001 << 0
 Select the metatraffic unicast port.
static final int BUILTIN_MULTICAST = 0x0001 << 1
 Select the metatraffic multicast port.
static final int USER_UNICAST = 0x0001 << 2
 Select the usertraffic unicast port.
static final int USER_MULTICAST = 0x0001 << 3
 Select the usertraffic multicast port.
static final int MASK_DEFAULT = BUILTIN_UNICAST | BUILTIN_MULTICAST | USER_UNICAST
 The default value of com.rti.dds.infrastructure.WireProtocolQosPolicy.rtps_reserved_port_mask.
static final int MASK_NONE
 No bits are set.
static final int MASK_ALL
 All bits are set.


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.


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc