class VendorIeHeader
Defined at line 183 of file ../../third_party/openthread/src/core/mac/mac_header_ie.hpp
Implements vendor specific Header IE generation and parsing.
Public Members
static const uint8_t kHeaderIeId
static const uint8_t kIeContentSize
Public Methods
uint32_t GetVendorOui ()
Returns the Vendor OUI.
Defined at line 194 of file ../../third_party/openthread/src/core/mac/mac_header_ie.hpp
void SetVendorOui (uint32_t aVendorOui)
Sets the Vendor OUI.
Parameters
aVendorOui [in] A Vendor OUI.
Defined at line 201 of file ../../third_party/openthread/src/core/mac/mac_header_ie.hpp
uint8_t GetSubType ()
Returns the Vendor IE sub-type.
Defined at line 208 of file ../../third_party/openthread/src/core/mac/mac_header_ie.hpp
void SetSubType (uint8_t aSubType)
Sets the Vendor IE sub-type.
Parameters
aSubType [in] The Vendor IE sub-type.
Defined at line 215 of file ../../third_party/openthread/src/core/mac/mac_header_ie.hpp