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.