RTI Connext Java API  Version 5.1.0
VendorId_t Class Reference

<<eXtension>> Type used to represent the vendor of the service implementing the RTPS protocol. More...

Inherits Struct.

Public Member Functions

 VendorId_t ()
 Constructor.
 
- Public Member Functions inherited from Struct
abstract boolean equals (Object obj)
 
abstract int hashCode ()
 
String toString ()
 

Public Attributes

final byte[] vendorId = new byte[LENGTH_MAX]
 The vendor Id.
 

Static Public Attributes

static final VendorId_t UNKNOWN
 The ID used when the vendor of the service implementing the RTPS protocol is not known.
 
static final int LENGTH_MAX = 2
 Length of vendor id.
 

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 vendor of the service implementing the RTPS protocol.

Constructor & Destructor Documentation

Constructor.

Member Data Documentation

final VendorId_t UNKNOWN
static

The ID used when the vendor of the service implementing the RTPS protocol is not known.

final int LENGTH_MAX = 2
static

Length of vendor id.

final byte [] vendorId = new byte[LENGTH_MAX]

The vendor Id.


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