class VendorIe

Defined at line 252 of file ../../third_party/openthread/src/core/mac/mac_header_ie.hpp

Represents a Vendor Header IE.

Public Members

static const uint8_t kId

Public Methods

uint32_t GetVendorOui ()

Returns the Vendor OUI.

Defined at line 262 of file ../../third_party/openthread/src/core/mac/mac_header_ie.hpp

uint8_t GetSubType ()

Returns the Vendor IE sub-type.

Defined at line 269 of file ../../third_party/openthread/src/core/mac/mac_header_ie.hpp

Protected Methods

void SetVendorOui (uint32_t aVendorOui)

Defined at line 272 of file ../../third_party/openthread/src/core/mac/mac_header_ie.hpp

void SetSubType (uint8_t aSubType)

Defined at line 273 of file ../../third_party/openthread/src/core/mac/mac_header_ie.hpp