RTI Connext Java API  Version 5.0.0
BuiltinTopicKey_t Class Reference

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

Inheritance diagram for BuiltinTopicKey_t:
Copyable

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 }
 

Detailed Description

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.

See Also
builtin.ParticipantBuiltinTopicData
builtin.TopicBuiltinTopicData
builtin.PublicationBuiltinTopicData
builtin.SubscriptionBuiltinTopicData

Member Function Documentation

void copy_from ( BuiltinTopicKey_t  other)
Exceptions
NullPointerExceptionif 'other' is null.

Member Data Documentation

final int [] value

An array of four integers that uniquely represents a remote com.rti.dds.infrastructure.Entity.


RTI Connext Java API Version 5.0.0 Copyright © Thu Aug 30 2012 Real-Time Innovations, Inc