ot::Lowpan::MeshHeader::IsMeshHeader() method
Indicates whether or not the header (in a given frame) is a Mesh Header.
Return value
TRUE If the header matches the Mesh Header dispatch value. FALSE If the header does not match the Mesh Header dispatch value.
Notes
This method checks whether the first byte in header/frame (dispatch byte) matches the Mesh Header dispatch It does not fully parse and validate the Mesh Header. `ParseFrom()` method can be used to fully parse and validate the header.
![]()
if (Lowpan::MeshHeader::IsMeshHeader(rxInfo.mFrameData))
ot::Lowpan::MeshHeader::IsMeshHeader() is called by 1 function and calls 1 function:
![]()
ot::Lowpan::MeshHeader::IsMeshHeader()
ot::Lowpan::MeshHeader::IsMeshHeader() reads 3 variables:
![]()
ot::Lowpan::MeshHeader::IsMeshHeader()