ot::Hdlc::Encoder::Encode() method
Encodes a given block of data into current frame. Returns success only if there is space in buffer to encode the entire block of data. If there is no space to encode the entire block of data, the write pointer in frame buffer remains the same.
Arguments
aData
A pointer to a buffer containing the data to encode.
aLength
The number of bytes in @p aData.
Return value
OT_ERROR_NONE Successfully encoded and added the data to frame. OT_ERROR_NO_BUFS Insufficient buffer space available to add the frame.