public class POSTerminalAdvance extends Object
This class provides methods to retrieve device instances, check for device existence, and obtain device specifications. It supports a range of devices such as magnetic stripe readers, PIN pads, printers, card readers, fingerprint scanners, and LED indicators.
Usage involves instantiating the class with a relevant Android context and using its methods to interact with the different peripherals of the Smart POS system.
Modifier and Type | Method and Description |
---|---|
static POSTerminalAdvance |
getInstance() |
IPINPadDevice |
getPINPadDevice() |
IScannerDevice |
getScannerDevice() |
ISystemDevice |
getSystemDevice()
Fetches a device object based on its name.
|
public static POSTerminalAdvance getInstance()
public IPINPadDevice getPINPadDevice()
public IScannerDevice getScannerDevice()
public ISystemDevice getSystemDevice()