RTI Connext .Net APIs  Version 5.3.1

The key type of the built-in topic types. More...

#include <managed_infrastructure.h>

Public Member Functions

void from_guid (GUID_t % guid)
 Initializes this Key from the input GUID. More...
 
void to_guid (GUID_t % guid)
 Converts this Key into a GUID. More...
 

Public Attributes

System::Int32 value1
 An array of four integers that uniquely represents a remote DDS::Entity. More...
 
System::Int32 value2
 An array of four integers that uniquely represents a remote DDS::Entity. More...
 
System::Int32 value3
 An array of four integers that uniquely represents a remote DDS::Entity. More...
 
System::Int32 value4
 An array of four integers that uniquely represents a remote DDS::Entity. More...
 

Detailed Description

The key type of the built-in topic types.

Each remote DDS::Entity to be discovered can be uniquely identified by this key. This is the key of all the built-in topic data types.

See also
DDS::ParticipantBuiltinTopicData
DDS::TopicBuiltinTopicData
DDS::PublicationBuiltinTopicData
DDS::SubscriptionBuiltinTopicData

Member Data Documentation

◆ value1

System::Int32 DDS::BuiltinTopicKey_t::value1

An array of four integers that uniquely represents a remote DDS::Entity.

◆ value2

System::Int32 DDS::BuiltinTopicKey_t::value2

An array of four integers that uniquely represents a remote DDS::Entity.

◆ value3

System::Int32 DDS::BuiltinTopicKey_t::value3

An array of four integers that uniquely represents a remote DDS::Entity.

◆ value4

System::Int32 DDS::BuiltinTopicKey_t::value4

An array of four integers that uniquely represents a remote DDS::Entity.


RTI Connext .Net APIs Version 5.3.1 Copyright © Mon Feb 19 2018 Real-Time Innovations, Inc