RTI Connext Java API
Version 5.0.0
|
The key type of the built-in topic types. More...
Public Member Functions | |
void | copy_from (BuiltinTopicKey_t other) |
Public Member Functions inherited from Copyable | |
Object | copy_from (Object src) |
Copy value of a data type from source. | |
Public Attributes | |
final int[] | value |
An array of four integers that uniquely represents a remote com.rti.dds.infrastructure.Entity. | |
Additional Inherited Members | |
Protected Attributes inherited from BuiltinKey_t | |
final int[] | _value = { 0, 0, 0, 0 } |
The key type of the built-in topic types.
Each remote com.rti.dds.infrastructure.Entity to be discovered is can be uniquely identified by this key. This is the key of all the built-in topic data types.
void copy_from | ( | BuiltinTopicKey_t | other | ) |
NullPointerException | if 'other' is null. |
final int [] value |
An array of four integers that uniquely represents a remote com.rti.dds.infrastructure.Entity.