Class Summary |
DeviceManager |
The DeviceManager class provides support to get and set the device configurations. |
IccManager |
The IccManager class is used to initialize and control the smart card reader,
to sends a command Application Protocol Data Unit(APDU) to a card
and retrieve the response APDU. |
KeyMapManager |
Object used to remap key and button events. |
MagManager |
The MagManager class is used to initialize and control the MSR card reader. |
PiccManager |
The PiccManager class is used to initialize and control RF Card reader. |
PrinterManager |
The android.device.PriterManager provides support for printer
To print data with this class, use the following steps:
Obtain an instance of Printer with PrinterManager printer = new PrinterManager(). |
ScanManager |
The ScanManager class provides developers access to barcode reader related in the device
To decode bar codes with this class, use the following steps:
Obtain an instance of BarCodeReader with ScanManager scan = new ScanManager(). |
SEManager |
The SEManager class is used to initialize and control the security processor hardware
To control the security processor hardware with this class, use the following steps:
You can obtain an instance of this class by calling. |