|
The IFDHGetCapabilities() function retrieves the terminal or card capabilities for the terminal or card specified by Lun.
The Tag parameter can have one of the following values:
-
TAG_IFD_ATR
- Return the ATR (Answer To Reset). This is the default value.
-
TAG_IFD_SIMULTANEOUS_ACCESS
- Return the number of sessions the driver can handle. This value is used for multiple terminals sharing the same IFD handler.
-
TAG_IFD_SLOTS_NUMBER
- Return the number of slots in this terminal.
If the TAG_IFD_SIMULTANEOUS_ACCESS and TAG_IFD_SLOTS_NUMBER tags are not supported, the error value IFD_ERROR_TAG must be returned.
|