RTI Connext Modern C++ API Version 7.2.0
rti::core::VendorId Class Reference

<<extension>> Represents the vendor of the service implementing the RTPS protocol. More...

#include <rti/core/VendorId.hpp>

Public Member Functions

 VendorId ()
 Creates the unknown() vendor id. More...
 
std::vector< uint8_t > value () const
 Provides access to the bytes that represent the vendor id. More...
 

Static Public Member Functions

static VendorId unknown ()
 The ID that indicates that the vendor is unknown. More...
 

Detailed Description

<<extension>> Represents the vendor of the service implementing the RTPS protocol.

Constructor & Destructor Documentation

◆ VendorId()

rti::core::VendorId::VendorId ( )
inline

Creates the unknown() vendor id.

Member Function Documentation

◆ value()

std::vector< uint8_t > rti::core::VendorId::value ( ) const
inline

Provides access to the bytes that represent the vendor id.

◆ unknown()

static VendorId rti::core::VendorId::unknown ( )
inlinestatic

The ID that indicates that the vendor is unknown.