ot::Spinel::Buffer::InFrameOverwrite() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

OT_ERROR_NONE Successfully overwrote the data at the given write position. OT_ERROR_INVALID_STATE No input frame (`InFrameBegin()` has not been called). OT_ERROR_INVALID_ARGS The given write position is not valid (i.e., if it does not belong to same input frame), or the input frame has an added `otMessage`, or the write operation will go beyond the current end of the input frame.

References