|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
Parsed TLV: pointers alias into the caller-supplied buffer. More...
#include <tlv.h>
Public Attributes | |
| uint16_t | tag |
| size_t | length |
| const uint8_t * | value |
| size_t | total_size |
| size_t tlv_t::length |
Definition at line 125 of file tlv.h.
Referenced by tlv_parse().
| uint16_t tlv_t::tag |
Definition at line 124 of file tlv.h.
Referenced by tlv_parse().
| size_t tlv_t::total_size |
Number of bytes the entire TLV consumed.
Definition at line 127 of file tlv.h.
Referenced by tlv_parse().
| const uint8_t* tlv_t::value |
Points into the input buffer; NULL if length == 0.
Definition at line 126 of file tlv.h.
Referenced by tlv_parse().