RTI Connext Java API  Version 5.1.0
ProtocolVersion_t Class Reference

<<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)
 

Detailed Description

<<eXtension>> Type used to represent the version of the RTPS protocol.

Constructor & Destructor Documentation

Constructor.

Member Data Documentation

final ProtocolVersion_t PROTOCOLVERSION_1_0
static
Initial value:
=
new ProtocolVersion_t((byte)1, (byte)0)

The protocol version 1.0.

final ProtocolVersion_t PROTOCOLVERSION_1_1
static
Initial value:
=
new ProtocolVersion_t((byte)1, (byte)1)

The protocol version 1.1.

final ProtocolVersion_t PROTOCOLVERSION_1_2
static
Initial value:
=
new ProtocolVersion_t((byte)1, (byte)2)

The protocol version 1.2.

final ProtocolVersion_t PROTOCOLVERSION_2_0
static
Initial value:
=
new ProtocolVersion_t((byte)2, (byte)0)

The protocol version 2.0.

final ProtocolVersion_t PROTOCOLVERSION_2_1
static
Initial value:
=
new ProtocolVersion_t((byte)2, (byte)1)

The protocol version 2.1.

final ProtocolVersion_t PROTOCOLVERSION
static
Initial value:
=
new ProtocolVersion_t((byte)2, (byte)1)

The most recent protocol version. Currently 1.2.

byte major

Major protocol version number.

byte minor

Minor protocol version number.


RTI Connext Java API Version 5.1.0 Copyright © Mon Feb 3 2014 Real-Time Innovations, Inc