RTI Connext C# API Version 7.2.0
Rti.Dds.Core.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()

Rti.Dds.Core.VendorId.VendorId ( short  value)

// Creates a new object from a vendor id value

Member Function Documentation

◆ GetHashCode()

override int Rti.Dds.Core.VendorId.GetHashCode ( )
inline

Gets the hash code

◆ Equals()

bool Rti.Dds.Core.VendorId.Equals ( VendorId  other)

Compares for equality

Property Documentation

◆ Value

short Rti.Dds.Core.VendorId.Value
get

The vendor Id.

The full documentation is available in the C API: DDS_VendorId_t_vendorId

◆ Default

VendorId Rti.Dds.Core.VendorId.Default
staticget

Singleton containing the default value of a VendorId