11.12.3.1.31. Struct sems_lite_SEAppInfoList_t¶
Defined in File sems_lite_api.h
11.12.3.1.31.1. Struct Documentation¶
-
struct
sems_lite_SEAppInfoList_t
¶ Information of about Applet/Package
See Table 11-36: GlobalPlatform Registry Data (TLV), GPCardSpc_v2.2.pdf
The response from Applet is put to rspBuf
After parsing that response, the pointers to respective members is set and it points to relevant part in rspBuf, this way saving memory. However, the Length is updated so that application use this information.
Public Members
-
uint8_t
AIDLen
¶ Length of the Applet ID
-
uint8_t
LifeCycleState
¶ Life-cycle state
-
uint8_t
LoadFileAIDLen
¶ Length of LoadFileAID.
-
uint8_t
LoadFileVersionNumberLen
¶ Length of pLoadFileVersionNumber.
-
uint8_t *
pAID
¶ Applet ID
-
uint8_t *
pLoadFileAID
¶ Application’s Executable Load File AID.
-
uint8_t *
pLoadFileVersionNumber
¶ Executable Load File Version Number.
-
uint8_t *
pPriviledges
¶ Privileges.
-
uint8_t
PriviledgesLen
¶ Length of Privileges
-
uint8_t *
pSecurityDomainAID
¶ Associated Security Domain’s AID.
-
uint8_t
rspBuf
[(256 + 5)]¶ Response from Applet.
-
size_t
rspBufLen
¶ Length of response from Applet.
-
uint8_t
SecurityDomainAIDLen
¶ Length of SecurityDomainAID.
-
uint8_t