ot::Spinel::Buffer::OutFrameHasEnded() method
Checks if the current output frame (being read) has ended. The NCP buffer maintains a read offset for the current output frame being read. This method returns `true` if the read offset has reached the end of the frame and there are no more bytes available to read, or if there is no currently active output frame.
Syntax
bool OutFrameHasEnded(void);
Return value
TRUE Frame has ended (no more bytes available to read from current output frame), or there is currently no prepared/active output frame. FALSE Frame still has more data to read.