ot::FrameData::ReadLittleEndianUint32() method
Reads an `uint32_t` value assuming little 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::ReadLittleEndianUint32() calls 2 functions:
![]()
ot::FrameData::ReadLittleEndianUint32()
ot::FrameData::ReadLittleEndianUint32():
![]()
ot::FrameData::ReadLittleEndianUint32()