ot::Spinel::Buffer::InFrameGetDistance() const method
Gets the distance (number of bytes) from a given saved position to current end of frame. The write position @p aPosition must belong to the same input frame saved earlier with `InFrameGetPosition()`. Cannot be used if the input frame has an added `otMessage` (i.e., a previous call to `InFrameFeedMessage()`). In case of invalid argument, this method returns zero.
Arguments
aPosition
A reference to write position
Return value
The distance (number of bytes) from a write position to current end of frame, or zero for invalid arguments.