ot::Spinel::FrameWritePointer::WriteByte() method
Writes a byte into the buffer and updates the write pointer (if space is available).
Arguments
aByte
A byte to be written to the buffer.
Return value
OT_ERROR_NONE Successfully wrote the byte and updated the pointer. OT_ERROR_NO_BUFS Insufficient buffer space to write the byte.