Module desfire

Source

Enums§

Command
A DESFire APDU command that the HSL card accepts.
Response
Possible DESFire responses to APDU command from the HSL card.

Constants§

ERROR_RESPONSE
DESFire error response. Not sure what it’s known as internally.
GET_APPLICATION_IDS_COMMAND
DESFire command to return all installed application IDs on the card.
GET_VERSION_COMMAND
DESFire GetVersion command.
MORE_DATA_RESPONSE
DESFire ADDTIONAL_FRAME response. Indicates that there is more data, if the caller would like to ask for it.
OK_RESPONSE
DESFire OPERATION_OK response.
READ_APP_INFO_COMMAND
Command to read app info file, which contains application version, card name, etc.
READ_CONTROL_INFO_COMMAND
Command to read the control info file from the card.
READ_E_TICKET_COMMAND
Command to read the active eTicket on the card.
READ_HISTORY_COMMAND
Command to read the 8 most recent transactions on the card.
READ_NEXT_COMMAND
Reads the remaining bytes-to-be-sent if a read request returned a MoreData response.
READ_PERIOD_PASS_COMMAND
Command to read the season pass file on the card.
READ_STORED_VALUE_COMMAND
Command to read the stored value on the card.
SELECT_HSL_COMMAND
DESFire Select Application command for selecting the HSL application on the card. Returns OkResponse on success.