ot::FrameData::ReadBigEndianUint16() method
Reads an `uint16_t` value assuming big endian encoding from the `FrameData`. If read successfully, the `FrameData` is updated to skip over the read content.
Arguments
aUint16
A reference to an `uint16_t` to return the read value.
Return value
kErrorNone Successfully read `uint16_t` value and skipped over it. kErrorParse Not enough bytes remaining to read.
ot::FrameData::ReadBigEndianUint16() is called by 2 functions and calls 2 functions:
![]()
ot::FrameData::ReadBigEndianUint16()
ot::FrameData::ReadBigEndianUint16():
![]()
ot::FrameData::ReadBigEndianUint16()