RTI Connext Java API  Version 6.1.0
LibraryVersion_t Class Reference

The version of a single library shipped as part of an RTI Connext distribution. More...

Public Attributes

final int major
 The major version of a single RTI Connext library. More...
 
final int minor
 The minor version of a single RTI Connext library. More...
 
final char release
 The release letter of a single RTI Connext library. More...
 
final int build
 The build number of a single RTI Connext library. More...
 

Detailed Description

The version of a single library shipped as part of an RTI Connext distribution.

RTI Connext is comprised of a number of separate libraries. Although RTI Connext as a whole has a version, the individual libraries each have their own versions as well. It may be necessary to check these individual library versions when seeking technical support.

Member Data Documentation

◆ major

final int major

The major version of a single RTI Connext library.

◆ minor

final int minor

The minor version of a single RTI Connext library.

◆ release

final char release

The release letter of a single RTI Connext library.

◆ build

final int build

The build number of a single RTI Connext library.