ot::FrameData::ReadUint8() method
Reads an `uint8_t` value from the `FrameData`. If read successfully, the `FrameData` is updated to skip over the read content.
Arguments
aUint8
A reference to an `uint8_t` to return the read value.
Return value
kErrorNone Successfully read `uint8_t` value and skipped over it. kErrorParse Not enough bytes remaining to read.
ot::FrameData::ReadUint8() is called by 3 functions and calls 1 function:
![]()
ot::FrameData::ReadUint8()