public interface RFCardReaderDeviceSpec extends DeviceSpec
RFCardReaderDeviceSpec
interface specifies the capabilities and features of a contactless card reader device.
It extends the DeviceSpec
interface, providing methods specific to RF card readers.Modifier and Type | Method and Description |
---|---|
int[] |
getSupportedModes()
Retrieves the supported communication modes of the contactless card reader.
|
boolean |
isRemovable()
Determines if the device supports the operation of card removal detection.
|
boolean isRemovable()
true
if card removal operation is supported, false
otherwise. Returns false
in case of parameter error.int[] getSupportedModes()
RFCardReaderDevice
interface.