- getBarCodeReader() - Method in class com.elo.device.DeviceManager
-
This method returns the Bar code reader helper for the platform
- getBcrDeviceType() - Method in class com.elo.device.inventory.Inventory
-
Get the type (make, model) of the Barcode Reader
The return value is a
BcrSupported
, which is an enum that lists the supported makes
of Barcode Reader.
- getCashDrawer() - Method in class com.elo.device.DeviceManager
-
This method returns the Cash drawer helper for the platform
- getCashDrawer(int) - Method in class com.elo.device.DeviceManager
-
This method will return the Cash drawer helper for a specific cash drawer, if more than one is present
- getCfd() - Method in class com.elo.device.DeviceManager
-
This method returns the Customer Facing Display(CFD) helper for the platform
- getCfdDeviceType() - Method in class com.elo.device.inventory.Inventory
-
Get the type (make, model) of the CFD
The return value is a
CfdSupported
, which is an enum that lists the supported makes
of CFD.
- getDevicesList() - Method in interface com.elo.device.peripherals.FTDI
-
Retrieve a list of USB devices
- getFirmwareVersion() - Method in interface com.elo.device.peripherals.BarCodeReader
-
This method returns the Firmware Version installed on Bar Code reader.
- getFTDI() - Method in class com.elo.device.DeviceManager
-
This method returns the FTDI helper for the platform
- getInstance(Context) - Static method in class com.elo.device.DeviceManager
-
Use this factory method to get the deviceManager for current running Platform
- getInstance(EloPlatform, Context) - Static method in class com.elo.device.DeviceManager
-
Use this factory method to get the Device Manager instance for a specific platform
- getInventory(Context) - Static method in class com.elo.device.DeviceManager
-
Return a description of all available devices and capabililties in the current system
- getLineCount() - Method in interface com.elo.device.peripherals.CFD
-
Return the number of lines supported by the CFD
- getMethodName() - Method in exception com.elo.device.exceptions.UnsupportedPeripheralMethodException
-
The name of the method which is not supported
- getModelName() - Method in interface com.elo.device.peripherals.BarCodeReader
-
This method returns the Bar Code Model Name as a string.
- getMotionSensor() - Method in class com.elo.device.DeviceManager
-
This method will return the Default Motion Sensor for the platform.
- getMsrDeviceType() - Method in class com.elo.device.inventory.Inventory
-
Get the type (make, model) of the Magnetic Stripe Reader.
- getNumCashDrawers() - Method in class com.elo.device.inventory.Inventory
-
Get the number of cash drawers supported.
- getParameterName() - Method in exception com.elo.device.exceptions.UnsupportedPeripheralMethodValueException
-
The name of the parameter which failed validation
- getParameterValue() - Method in exception com.elo.device.exceptions.UnsupportedPeripheralMethodValueException
-
The value which failed validation
- getPeripheralName() - Method in exception com.elo.device.exceptions.UnsupportedPeripheralException
-
The name of the peripheral which is not supported
- getPeripheralName() - Method in exception com.elo.device.exceptions.UnsupportedPeripheralMethodException
-
The peripheral name on which unsupported method was called
- getPlatform() - Method in exception com.elo.device.exceptions.UnsupportedEloPlatform
-
The Platform in question which is not supported
- getPlatformInfo() - Static method in class com.elo.device.DeviceManager
-
This method will return the Product Information structure for the platform.
- getPrinter() - Method in class com.elo.device.DeviceManager
-
This method returns the default printer for the platform configured
For serial printers, the printer is assumed to be operating at 9600 baud and is connected at
/dev/ttyUSB1
- getPrinter(int) - Method in class com.elo.device.DeviceManager
-
This method returns the default printer for the platform configured
The printer is assumed to be operating at baud given by input baudRate and connected at
/dev/ttyUSB1.
- getPrinter(int, String) - Method in class com.elo.device.DeviceManager
-
This method returns the default printer for the platform configured
The printer is assumed to be operating at baud given by input baudRate and connected at
the device of the specified path.
- getPrinterConnectionType() - Method in class com.elo.device.inventory.Inventory
-
- getPrinterDeviceType() - Method in class com.elo.device.inventory.Inventory
-
Get the type (make, model) of the printer
The return value is a
PrinterSupported
, which is an enum that lists the supported makes
of printer.
- getProductInfo() - Method in class com.elo.device.inventory.Inventory
-
Retrieve the product info for the running platform
- getScale() - Method in class com.elo.device.DeviceManager
-
This method will return the Default Weighing Scale for the platform.
- getStatus() - Method in interface com.elo.device.peripherals.BarCodeReader
-
This method returns the enable/disable status of the Bar Code Reader.
- getStatus() - Method in interface com.elo.device.peripherals.MotionSensor
-
Return the Status of the Motion Sensor
- getUsb() - Method in class com.elo.device.DeviceManager
-
This method returns the Default USB helper for the platform.
- getWeight() - Method in interface com.elo.device.peripherals.Scale
-
Retrieve the weight of the item placed on the Weigh Scale
- S1 - Static variable in class com.elo.device.enums.FTDIFlag
-
Stop bit size will be 1
- S2 - Static variable in class com.elo.device.enums.FTDIFlag
-
Stop bit size will be 2
- Scale - Interface in com.elo.device.peripherals
-
This interface provides methods by which an application can
interact with the Weigh Scale present in a Elo View device.
- screensize - Variable in class com.elo.device.ProductInfo
-
Screen size of the product
- sendCommand(byte[]) - Method in interface com.elo.device.peripherals.BarCodeReader
-
Send a command to the barcode scanner, and return the result.
- setAlignment(Alignment) - Method in interface com.elo.device.peripherals.Printer
-
Set the alignment for text printed.
- setBacklight(boolean) - Method in interface com.elo.device.peripherals.CFD
-
Turn the backlight on the CFD on or off
- setBarcodeReadCallback(BarCodeReader.BarcodeReadCallback) - Method in interface com.elo.device.peripherals.BarCodeReader
-
Sets or clears the callback that is invoked when the barcode scanner reads a code.
- setBaudRate(int) - Method in interface com.elo.device.peripherals.Printer
-
Sets the baud rate for the printer.
- setBold(boolean) - Method in interface com.elo.device.peripherals.Printer
-
Set the printer to print in bold mode, if available
- setChineseMode(boolean) - Method in interface com.elo.device.peripherals.Printer
-
Set the printer to Chinese mode.
- setEnabled(boolean) - Method in interface com.elo.device.peripherals.BarCodeReader
-
This method is used to enable or disable Bar Code reader.
- setEnabled(boolean) - Method in interface com.elo.device.peripherals.CFD
-
Enable or disable the CFD for the application
- setEnabled(boolean) - Method in interface com.elo.device.peripherals.MotionSensor
-
Enable or disable Motion Sensor
- setEnabled(boolean) - Method in interface com.elo.device.peripherals.Scale
-
Enable or disable the Weigh Scale attached to Elo Device
- setEnabled(boolean) - Method in interface com.elo.device.peripherals.USB
-
Enable or disable the USB
- setFontSize(int, int) - Method in interface com.elo.device.peripherals.Printer
-
Set the font size for the text following the execution of this method
- setKbMode() - Method in interface com.elo.device.peripherals.BarCodeReader
-
This method sets the Barcode reader into keyboard mode
- setLanguage(Language) - Method in interface com.elo.device.peripherals.Printer
-
Set the Language of the text to be followed on the printer.
- setLine(int, String) - Method in interface com.elo.device.peripherals.CFD
-
Display text on the CFD
- setPrinterPath(String) - Method in interface com.elo.device.peripherals.Printer
-
Sets the device path for the printer.
- setText(String) - Method in interface com.elo.device.peripherals.Scale
-
Set the text on the Weigh Scale Display
- setTriggerMode(TriggerMode) - Method in interface com.elo.device.peripherals.BarCodeReader
-
This method allows the Application to set the Trigger Mode for the Bar Code reader.
- setUnits(UnitType) - Method in interface com.elo.device.peripherals.Scale
-
Configure whether the return weight should be
in US Units or METRIC Units
- setUsbOtg(boolean) - Method in interface com.elo.device.peripherals.USB
-
Set the USB to operate in OTG mode
- shift(ShiftDirection) - Method in interface com.elo.device.peripherals.CFD
-
Shift the display of the CFD as per the SHIFT Direction if the
text to display exceeds the display length
- ShiftDirection - Enum in com.elo.device.enums
-
List of the possible ways to handle CFD (PayPoint built-in only) in the
case where the length of the text to display exceeds the length of CFD display
- Status - Enum in com.elo.device.enums
-
The status of a given peripheral
- valueOf(String) - Static method in enum com.elo.device.enums.Alignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.elo.device.enums.BcrEnableControl
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.elo.device.enums.BeepType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.elo.device.enums.ConnectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.elo.device.enums.EloPlatform
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.elo.device.enums.Language
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.elo.device.enums.ShiftDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.elo.device.enums.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.elo.device.enums.TriggerMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.elo.device.enums.UnitType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.elo.device.inventory.BcrSupported
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.elo.device.inventory.CashDrawerSupported
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.elo.device.inventory.CfdSupported
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.elo.device.inventory.MsrSupported
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.elo.device.inventory.PrinterSupported
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.elo.device.enums.Alignment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.elo.device.enums.BcrEnableControl
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.elo.device.enums.BeepType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.elo.device.enums.ConnectionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.elo.device.enums.EloPlatform
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.elo.device.enums.Language
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.elo.device.enums.ShiftDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.elo.device.enums.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.elo.device.enums.TriggerMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.elo.device.enums.UnitType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.elo.device.inventory.BcrSupported
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.elo.device.inventory.CashDrawerSupported
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.elo.device.inventory.CfdSupported
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.elo.device.inventory.MsrSupported
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.elo.device.inventory.PrinterSupported
-
Returns an array containing the constants of this enum type, in
the order they are declared.