libPCSCv2part10
|
#include <PCSCv2part10.h>
Data Fields | |
uint8_t | tag |
uint8_t | length |
uint32_t | value |
the structure must be 6-bytes long
uint8_t PCSC_TLV_STRUCTURE::length |
Length
uint8_t PCSC_TLV_STRUCTURE::tag |
Tag
uint32_t PCSC_TLV_STRUCTURE::value |
This value is always in BIG ENDIAN format as documented in PCSC v2 part 10 ch 2.2 page 2. You can use ntohl() for example