QCBOR
Loading...
Searching...
No Matches
QCBORTagListOut Struct Reference

#include <qcbor_decode.h>

Data Fields

uint8_t uNumUsed
uint8_t uNumAllocated
uint64_t * puTags

Detailed Description

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.


The documentation for this struct was generated from the following file: