pcsc-lite 1.9.9
Data Fields
PCSC_TLV_STRUCTURE Struct Reference

the structure must be 6-bytes long More...

#include <reader.h>

Data Fields

uint8_t tag
 
uint8_t length
 
uint32_t value
 This value is always in BIG ENDIAN format as documented in PCSC v2 part 10 ch 2.2 page 2.
 

Detailed Description

the structure must be 6-bytes long

Definition at line 160 of file reader.h.

Field Documentation

◆ length

uint8_t length

Definition at line 163 of file reader.h.

◆ tag

uint8_t tag

Definition at line 162 of file reader.h.

◆ value

uint32_t 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

Definition at line 164 of file reader.h.


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