ot::Lowpan::MeshHeader::IsMeshHeader() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading (1/5)...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

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.

References