RTI Connext Java API
Version 5.0.0
|
Type for GUID (Global Unique Identifier) representation. More...
Inherits Struct.
Public Member Functions | |
GUID_t (GUID_t guid) | |
Copy constructor. | |
GUID_t (byte[] value) | |
Constructor. | |
Public Member Functions inherited from Struct | |
abstract boolean | equals (Object obj) |
abstract int | hashCode () |
String | toString () |
Public Attributes | |
byte[] | value = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0} |
A 16 byte array containing the GUID value. | |
Static Public Attributes | |
static final GUID_t | GUID_UNKNOWN |
Unknown GUID. | |
static final GUID_t | GUID_AUTO |
Indicates that RTI Connext should choose an appropriate virtual GUID. | |
Additional Inherited Members | |
Protected Member Functions inherited from Struct | |
Struct () | |
abstract void | pull_from_nativeI (long native_status) |
abstract void | push_to_nativeI (long native_status) |
Type for GUID (Global Unique Identifier) representation.
Represents a 128 bit GUID.
Copy constructor.
guid | The GUID instance to copy. It must not be null. |
GUID_t | ( | byte[] | value | ) |
Constructor.
value | GUID value as a 16 byte array. It must not be null. |
|
static |
Unknown GUID.
|
static |
Indicates that RTI Connext should choose an appropriate virtual GUID.
If this special value is assigned to com.rti.dds.infrastructure.DataWriterProtocolQosPolicy.virtual_guid or com.rti.dds.infrastructure.DataReaderProtocolQosPolicy.virtual_guid, RTI Connext will assign the virtual GUID automatically based on the RTPS or physical GUID.
byte [] value = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0} |
A 16 byte array containing the GUID value.