Struct SYN_CborReader¶
CBOR decoder state. Caller-allocated; zero heap.
#include <syn_cbor_read.h>
Public Attributes¶
| Type | Name |
|---|---|
| const uint8_t * | buf |
| size_t | len |
| bool | ok |
| size_t | pos |
Public Attributes Documentation¶
variable buf¶
Input buffer
variable len¶
Buffer length
variable ok¶
false after any decode error
variable pos¶
Current read position
The documentation for this class was generated from the following file src/syntropic/util/syn_cbor_read.h