RTI Connext .NET API (legacy)
Version 6.1.0
|
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... | |
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.
System::Int32 DDS::BuiltinTopicKey_t::value1 |
An array of four integers that uniquely represents a remote DDS::Entity.
System::Int32 DDS::BuiltinTopicKey_t::value2 |
An array of four integers that uniquely represents a remote DDS::Entity.
System::Int32 DDS::BuiltinTopicKey_t::value3 |
An array of four integers that uniquely represents a remote DDS::Entity.
System::Int32 DDS::BuiltinTopicKey_t::value4 |
An array of four integers that uniquely represents a remote DDS::Entity.