RTI Connext C API  Version 6.1.0

Type for GUID (Global Unique Identifier) representation. More...

Data Fields

DDS_Octet value [DDS_GUID_LENGTH]
 A 16 byte array containing the GUID value. More...
 

Detailed Description

Type for GUID (Global Unique Identifier) representation.

Represents a 128 bit GUID.

Alternative representation of DDS_RTPS_GUID_t. Memory and wire representation for this type is the same as the one for DDS_RTPS_GUID_t.

Field Documentation

◆ value

DDS_Octet DDS_GUID_t::value[DDS_GUID_LENGTH]

A 16 byte array containing the GUID value.