BSL v0.0.0
AMMOS Bundle Protocol Security Library (BSL)
|
Definition of a simple flat buffer iterator. More...
#include <UtilDefs_SeqReadWrite.h>
Data Fields | |
const uint8_t * | cursor |
Current cursor into available data. | |
size_t | remain |
Remaining available buffer. | |
Definition of a simple flat buffer iterator.
Definition at line 41 of file UtilDefs_SeqReadWrite.h.
const uint8_t* BSL_SeqReader::cursor |
Current cursor into available data.
Definition at line 44 of file UtilDefs_SeqReadWrite.h.
Referenced by BSL_SeqReader_Get(), and BSL_SeqReader_InitFlat().
size_t BSL_SeqReader::remain |
Remaining available buffer.
Definition at line 46 of file UtilDefs_SeqReadWrite.h.
Referenced by BSL_SeqReader_Get(), and BSL_SeqReader_InitFlat().