ot::Appender::AppendBytes() method
Appends bytes to the `Appender` object
Arguments
aBuffer
A pointer to a data buffer (MUST NOT be `nullptr`) to append.
aLength
The number of bytes to append.
Return value
kErrorNone Successfully appended the bytes. kErrorNoBufs Insufficient available buffers.
![]()
error = aAppender.AppendBytes(mKey, keyLength);
ot::Appender::AppendBytes() is called by 1 function and calls 2 functions:
![]()
ot::Appender::AppendBytes()
ot::Appender::AppendBytes() reads 8 variables:
![]()
ot::Appender::AppendBytes()