public interface SmartCardReaderDeviceSpec extends DeviceSpec
SmartCardReaderDeviceSpec
interface extends DeviceSpec
to define the specifications for a smart card reader device.
It includes methods to query specific capabilities and configurations of smart card readers.Modifier and Type | Method and Description |
---|---|
boolean |
canRemovable(int logicalID)
Checks if the smart card reader device supports the operation of card removal.
|
int |
getCounts()
Retrieves the number of card slots available on the smart card reader device.
|
int getCounts()
This method is used to determine how many card slots are present and can be accessed.
boolean canRemovable(int logicalID)
This method determines whether the device has the capability to detect and handle the removal of a card.
logicalID
- The logical ID of the smart card reader device.true
if the device supports card removal operations, false
otherwise. Returns false on parameter error.