Nano102_112 Series BSP  V3.03.002
The Board Support Package for Nano102_112 Series
Data Fields

A structure holds smartcard information. More...

#include <sclib.h>

Data Fields

uint32_t T
 Protocol, ether SCLIB_PROTOCOL_T0 or SCLIB_PROTOCOL_T1. More...
 
uint32_t ATR_Len
 ATR length, between SCLIB_MAX_ATR_LEN and SCLIB_MIN_ATR_LEN. More...
 
uint8_t ATR_Buf [SCLIB_MAX_ATR_LEN]
 Buffer holds ATR answered by smartcard. More...
 

Detailed Description

A structure holds smartcard information.

Definition at line 93 of file sclib.h.

Field Documentation

◆ ATR_Buf

uint8_t SCLIB_CARD_INFO_T::ATR_Buf[SCLIB_MAX_ATR_LEN]

Buffer holds ATR answered by smartcard.

Definition at line 96 of file sclib.h.

◆ ATR_Len

uint32_t SCLIB_CARD_INFO_T::ATR_Len

ATR length, between SCLIB_MAX_ATR_LEN and SCLIB_MIN_ATR_LEN.

Definition at line 95 of file sclib.h.

◆ T

uint32_t SCLIB_CARD_INFO_T::T

Protocol, ether SCLIB_PROTOCOL_T0 or SCLIB_PROTOCOL_T1.

Definition at line 94 of file sclib.h.


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