|
RTI Connext C# API
6.1.2
|
Type used to represent the vendor of the service implementing the RTPS protocol. More...
Inherits IEquatable< VendorId >.
Public Member Functions | |
| VendorId (short value) | |
| // Creates a new object from a vendor id value More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
| bool | Equals (VendorId other) |
| Compares for equality More... | |
Properties | |
| short | Value [get] |
| The vendor Id. More... | |
| static VendorId | Default [get] |
| Singleton containing the default value of a VendorId More... | |
Type used to represent the vendor of the service implementing the RTPS protocol.
The full documentation is available in the C API: DDS_VendorId_t
| VendorId | ( | short | value | ) |
// Creates a new object from a vendor id value
| bool Equals | ( | VendorId | other | ) |
Compares for equality
| override int GetHashCode | ( | ) |
Gets the hash code
|
get |
The vendor Id.
The full documentation is available in the C API: DDS_VendorId_t::vendorId