ot::Mac::Frame::GetThreadIe() const method
Returns a pointer to a specific Thread IE. A Thread IE is a vendor specific IE with Vendor OUI as `kVendorOuiThreadCompanyId`.
Syntax
const uint8_t *GetThreadIe(uint8_t aSubType) const; Arguments
aSubType
The sub type of the Thread IE.
Return value
A pointer to the Thread IE, `nullptr` if not found.