<<extension>> Type used to represent the vendor of the service implementing the RTPS protocol.
More...
Inherits Struct.
Public Member Functions |
| | VendorId_t () |
| | Constructor.
|
| |
| abstract boolean | equals (Object obj) |
| |
| abstract int | hashCode () |
| |
| String | toString () |
| |
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 |
| | 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
Member Data Documentation
The ID used when the vendor of the service implementing the RTPS protocol is not known.