|
QCBOR
|
#include <qcbor_decode.h>
Data Fields | |
| uint8_t | uNumUsed |
| uint8_t | uNumAllocated |
| uint64_t * | puTags |
Deprecated – this is retained only for backwards compatibility. Use QCBORDecode_GetNthTag() instead.
This is for QCBORDecode_GetNextWithTags() to be able to return the full list of tags on an item.
On input, puTags points to a buffer to be filled in and uNumAllocated is the number of uint64_t values in the buffer.
On output the buffer contains the tags for the item. uNumUsed tells how many there are.