RTI Connext Java API
Version 5.0.0
|
<<eXtension>> Type used to represent the version of the RTPS protocol. More...
Inherits Struct.
Public Member Functions | |
ProtocolVersion_t () | |
Constructor. | |
Public Member Functions inherited from Struct | |
abstract boolean | equals (Object obj) |
abstract int | hashCode () |
String | toString () |
Public Attributes | |
byte | major |
Major protocol version number. | |
byte | minor |
Minor protocol version number. | |
Static Public Attributes | |
static final ProtocolVersion_t | PROTOCOLVERSION_1_0 |
The protocol version 1.0. | |
static final ProtocolVersion_t | PROTOCOLVERSION_1_1 |
The protocol version 1.1. | |
static final ProtocolVersion_t | PROTOCOLVERSION_1_2 |
The protocol version 1.2. | |
static final ProtocolVersion_t | PROTOCOLVERSION_2_0 |
The protocol version 2.0. | |
static final ProtocolVersion_t | PROTOCOLVERSION_2_1 |
The protocol version 2.1. | |
static final ProtocolVersion_t | PROTOCOLVERSION |
The most recent protocol version. Currently 1.2. | |
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) |
<<eXtension>> Type used to represent the version of the RTPS protocol.
Constructor.
|
static |
The protocol version 1.0.
|
static |
The protocol version 1.1.
|
static |
The protocol version 1.2.
|
static |
The protocol version 2.0.
|
static |
The protocol version 2.1.
|
static |
The most recent protocol version. Currently 1.2.
byte major |
Major protocol version number.
byte minor |
Minor protocol version number.