Home
last modified time | relevance | path

Searched defs:GetSubType (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_header_ie.hpp211 uint8_t GetSubType(void) const { return mSubType; } in GetSubType() function in ot::Mac::VendorIeHeader
/openthread-latest/src/core/common/
Dmessage.hpp554 SubType GetSubType(void) const { return static_cast<SubType>(GetMetadata().mSubType); } in GetSubType() function in ot::Message