RTI Connext C# API  6.1.2
VendorId Struct Reference

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...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ VendorId()

VendorId ( short  value)

// Creates a new object from a vendor id value

Member Function Documentation

◆ Equals()

bool Equals ( VendorId  other)

Compares for equality

◆ GetHashCode()

override int GetHashCode ( )

Gets the hash code

Property Documentation

◆ Default

VendorId Default
staticget

Singleton containing the default value of a VendorId

◆ Value

short Value
get

The vendor Id.

The full documentation is available in the C API: DDS_VendorId_t::vendorId