RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
Common types and functions

Types and functions related to the built-in topics. More...

Classes

class  DDS::TransportInfo_t
 Contains the class_id and message_size_max of an installed transport. More...
 
class  DDS::TransportInfoSeq
 Instantiates DDS::Sequence < DDS::TransportInfo_t > . More...
 
class  DDS::Locator_t
 <<extension>> Type used to represent the addressing information needed to send a message to an RTPS Endpoint using one of the supported transports. More...
 
class  DDS::LocatorSeq
 Declares IDL sequence < DDS::Locator_t > More...
 
struct  DDS::ProtocolVersion_t
 <<extension>> Type used to represent the version of the RTPS protocol. More...
 
struct  DDS::VendorId_t
 <<extension>> Type used to represent the vendor of the service implementing the RTPS protocol. More...
 
struct  DDS::ProductVersion_t
 <<extension>> Type used to represent the current version of RTI Connext. More...
 
struct  DDS::BuiltinTopicKey_t
 The key type of the built-in topic types. More...
 
class  DDS::ContentFilterProperty_t
 <<extension>> Type used to provide all the required information to enable content filtering. More...
 

Properties

static System::Int32 DDS::Locator_t::LOCATOR_ADDRESS_LENGTH_MAX [get]
 Declares length of address field in locator.
 
static Locator_t^  DDS::Locator_t::LOCATOR_INVALID [get]
 An invalid locator.
 
static System::Int32 DDS::Locator_t::LOCATOR_KIND_INVALID [get]
 Locator of this kind is invalid.
 
static System::UInt32 DDS::Locator_t::LOCATOR_PORT_INVALID [get]
 An invalid port.
 
static array< System::Byte >^ DDS::Locator_t::LOCATOR_ADDRESS_INVALID [get]
 An invalid address.
 
static System::Int32 DDS::Locator_t::LOCATOR_KIND_UDPv4 [get]
 A locator for a UDPv4 address.
 
static System::Int32 DDS::Locator_t::LOCATOR_KIND_UDPv6 [get]
 A locator for a UDPv6 address.
 
static System::Int32 DDS::Locator_t::LOCATOR_KIND_UDPv6_510 [get]
 A locator for a UDPv6 address for RTI Connext 5.1.0 and earlier.
 
static System::Int32 DDS::Locator_t::LOCATOR_KIND_RESERVED [get]
 Locator of this kind is reserved.
 
static System::Int32 DDS::Locator_t::LOCATOR_KIND_SHMEM [get]
 A locator for an address acessed via shared memory.
 
static System::Int32 DDS::Locator_t::LOCATOR_KIND_SHMEM_510 [get]
 A locator for an address acessed via shared memory for RTI Connext 5.1.0 and earlier.
 
static ProtocolVersion_t DDS::ProtocolVersion_t::PROTOCOLVERSION [get]
 The most recent protocol version. Currently 2.1.
 
static ProtocolVersion_t DDS::ProtocolVersion_t::PROTOCOLVERSION_1_0 [get]
 The protocol version 1.0.
 
static ProtocolVersion_t DDS::ProtocolVersion_t::PROTOCOLVERSION_1_1 [get]
 The protocol version 1.1.
 
static ProtocolVersion_t DDS::ProtocolVersion_t::PROTOCOLVERSION_1_2 [get]
 The protocol version 1.2.
 
static ProtocolVersion_t DDS::ProtocolVersion_t::PROTOCOLVERSION_2_0 [get]
 The protocol version 2.0.
 
static ProtocolVersion_t DDS::ProtocolVersion_t::PROTOCOLVERSION_2_1 [get]
 The protocol version 2.1.
 
static VendorId_t DDS::VendorId_t::VENDORID_UNKNOWN [get]
 The ID used when the vendor of the service implementing the RTPS protocol is not known.
 
static System::Int32 DDS::VendorId_t::VENDORID_LENGTH_MAX [get]
 Length of vendor id.
 
static ProductVersion_t DDS::ProductVersion_t::PRODUCTVERSION_UNKNOWN [get]
 The value used when the product version is unknown.
 

Detailed Description

Types and functions related to the built-in topics.

Properties

System:: Int32 DDS::Locator_t::LOCATOR_ADDRESS_LENGTH_MAX
staticget

Declares length of address field in locator.

Locator_t^ DDS::Locator_t::LOCATOR_INVALID
staticget

An invalid locator.

System:: Int32 DDS::Locator_t::LOCATOR_KIND_INVALID
staticget

Locator of this kind is invalid.

System:: UInt32 DDS::Locator_t::LOCATOR_PORT_INVALID
staticget

An invalid port.

array< System:: Byte>^ DDS::Locator_t::LOCATOR_ADDRESS_INVALID
staticget

An invalid address.

System:: Int32 DDS::Locator_t::LOCATOR_KIND_UDPv4
staticget

A locator for a UDPv4 address.

System:: Int32 DDS::Locator_t::LOCATOR_KIND_UDPv6
staticget

A locator for a UDPv6 address.

System:: Int32 DDS::Locator_t::LOCATOR_KIND_UDPv6_510
staticget

A locator for a UDPv6 address for RTI Connext 5.1.0 and earlier.

System:: Int32 DDS::Locator_t::LOCATOR_KIND_RESERVED
staticget

Locator of this kind is reserved.

System:: Int32 DDS::Locator_t::LOCATOR_KIND_SHMEM
staticget

A locator for an address acessed via shared memory.

System:: Int32 DDS::Locator_t::LOCATOR_KIND_SHMEM_510
staticget

A locator for an address acessed via shared memory for RTI Connext 5.1.0 and earlier.

ProtocolVersion_t DDS::ProtocolVersion_t::PROTOCOLVERSION
staticget

The most recent protocol version. Currently 2.1.

ProtocolVersion_t DDS::ProtocolVersion_t::PROTOCOLVERSION_1_0
staticget

The protocol version 1.0.

ProtocolVersion_t DDS::ProtocolVersion_t::PROTOCOLVERSION_1_1
staticget

The protocol version 1.1.

ProtocolVersion_t DDS::ProtocolVersion_t::PROTOCOLVERSION_1_2
staticget

The protocol version 1.2.

ProtocolVersion_t DDS::ProtocolVersion_t::PROTOCOLVERSION_2_0
staticget

The protocol version 2.0.

ProtocolVersion_t DDS::ProtocolVersion_t::PROTOCOLVERSION_2_1
staticget

The protocol version 2.1.

VendorId_t DDS::VendorId_t::VENDORID_UNKNOWN
staticget

The ID used when the vendor of the service implementing the RTPS protocol is not known.

System:: Int32 DDS::VendorId_t::VENDORID_LENGTH_MAX
staticget

Length of vendor id.

ProductVersion_t DDS::ProductVersion_t::PRODUCTVERSION_UNKNOWN
staticget

The value used when the product version is unknown.


RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc