ot::Spinel::Decoder::ReadBool() method
Decodes and reads a boolean value form the frame. On success, the read position gets updated.
Arguments
aBool
Reference to variable to output the read value.
Return value
OT_ERROR_NONE Successfully read the value. OT_ERROR_PARSE Failed to parse/decode the value and `aBool` is untouched.