RTI Connext Java API  Version 6.1.2

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

Inherits Struct.

Public Member Functions

 VendorId_t ()
 Constructor. More...
 

Public Attributes

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

Static Public Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

◆ VendorId_t()

Constructor.

References VendorId_t.vendorId.

Member Data Documentation

◆ UNKNOWN

final VendorId_t UNKNOWN
static

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

◆ LENGTH_MAX

final int LENGTH_MAX = 2
static

Length of vendor id.

◆ vendorId

final byte [] vendorId = new byte[LENGTH_MAX]

The vendor Id.

Referenced by VendorId_t.VendorId_t().