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