public interface SmartCardReaderDeviceSpec extends DeviceSpec
Modifier and Type | Method and Description |
---|---|
boolean |
canRemovable(int logicalID)
Whether to support the operation of card remove.
|
int |
getCounts()
Gets the counts of the card slot.
|
int getCounts()
boolean canRemovable(int logicalID)
logicalID
- true
support,false
not support,Returns false when parameter error.