Skip navigation links
A B C D E F G H I L M N O P R S T U V W Z 

A

Alignment - Enum in com.elo.device.enums
The various alignments possible for printing

B

BarCodeReader - Interface in com.elo.device.peripherals
This interface provides methods by which an application can interact with the Bar Code reader present in an Elo View device
BarCodeReader.BarcodeReadCallback - Interface in com.elo.device.peripherals
Callback invoked when a barcode is scanned
barCodeReaderCanSetKeyboardMode() - Method in class com.elo.device.inventory.Inventory
Does the barcode reader support setting USB Keyboard Mode from Virtual COM Mode?
barCodeReaderEnableControl() - Method in class com.elo.device.inventory.Inventory
Describes what kind of control the host has over enabling and disabling the barcode reader.
barCodeReaderSupports2d() - Method in class com.elo.device.inventory.Inventory
Does the barcode reader support 2-D barcodes (e.g.
barCodeReaderSupportsKeyboardMode() - Method in class com.elo.device.inventory.Inventory
Does the barcode reader support USB Keyboard Mode?
barCodeReaderSupportsVComMode() - Method in class com.elo.device.inventory.Inventory
Does the barcode reader support USB Virtual COM Mode?
BcrEnableControl - Enum in com.elo.device.enums
The level of control that can be used to enable and disable a Barcode Reader
BcrSupported - Enum in com.elo.device.inventory
List of supported Barcode Readers
beep(BeepType) - Method in interface com.elo.device.peripherals.BarCodeReader
This method allows the application to set the BeepType for the Bar Code Reader.
BeepType - Enum in com.elo.device.enums
Indicates the condition for a particular beep to sound on a Bar Code Reader.

C

CashDrawer - Interface in com.elo.device.peripherals
This interface provides methods by which an application can interact with the Cash Drawer present in an Elo View device
CashDrawerSupported - Enum in com.elo.device.inventory
List of supported Cash Drawers
CFD - Interface in com.elo.device.peripherals
This interface provides methods by which an application can interact with the Customer Facing Display in an Elo View device
CfdSupported - Enum in com.elo.device.inventory
List of supported CFD's.
clear() - Method in interface com.elo.device.peripherals.CFD
Clear the LCD screen of the CFD
clearText() - Method in interface com.elo.device.peripherals.Scale
TClear the text on Weigh Scale Display
close(int) - Method in interface com.elo.device.peripherals.FTDI
Close the FTDi device indicated by the file descriptor
collect() - Method in class com.elo.device.inventory.Inventory
Collect the inventory of the system.
com.elo.device - package com.elo.device
 
com.elo.device.enums - package com.elo.device.enums
 
com.elo.device.exceptions - package com.elo.device.exceptions
 
com.elo.device.inventory - package com.elo.device.inventory
 
com.elo.device.peripherals - package com.elo.device.peripherals
 
ConnectionType - Enum in com.elo.device.enums
Indicates the mechanism a given peripheral uses to communicate with the device
CS5 - Static variable in class com.elo.device.enums.FTDIFlag
Character size will be 5
CS6 - Static variable in class com.elo.device.enums.FTDIFlag
Character size will be 6
CS7 - Static variable in class com.elo.device.enums.FTDIFlag
Character size will be 7
CS8 - Static variable in class com.elo.device.enums.FTDIFlag
Character size will be 8

D

DeviceManager - Class in com.elo.device
This manager class provides methods by which an application can interact with the the Elo Peripherals.

E

EloPlatform - Enum in com.elo.device.enums
Indicates the running environment for all currently available Elo Platforms
eloPlatform - Variable in class com.elo.device.ProductInfo
Value of the enum EloPlatform

F

feed(int) - Method in interface com.elo.device.peripherals.Printer
Feed the paper by a given number of lines on the printer
FTDI - Interface in com.elo.device.peripherals
This interface provides methods by which an application can interact with the FTDi in an Elo View device
FTDIFlag - Class in com.elo.device.enums
This enum provides the possible serial port configuration that can be selected in FTDI
FTDIFlag() - Constructor for class com.elo.device.enums.FTDIFlag
 
fullname - Variable in class com.elo.device.ProductInfo
Full Technical name of the product (example "PAYPOINT-2.0-EVT0_7.1.1_G-SENSOR_PANEL-30")

G

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
Return the ConnectionType the printer uses with the host
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

H

hasBarCodeReader() - Method in class com.elo.device.inventory.Inventory
Does the platform have a barcode reader?
hasCashDrawer() - Method in class com.elo.device.inventory.Inventory
Does the platform have a cash drawer? Note that in many cases, the cash drawer is connected via the printer.
hasCfd() - Method in class com.elo.device.inventory.Inventory
Does the platform have a CFD device?
hasFtdi() - Method in class com.elo.device.inventory.Inventory
Determines whether or not an FTDi device is connected.
hasGsensor - Variable in class com.elo.device.ProductInfo
Model has an in-built GSensor
hasMsr() - Method in class com.elo.device.inventory.Inventory
Does the platform have an MSR device?
hasPaper() - Method in interface com.elo.device.peripherals.Printer
Query the printer to find out whether there is paper in it
hasPrinter() - Method in class com.elo.device.inventory.Inventory
Does the platform have an printer attached?

I

Inventory - Class in com.elo.device.inventory
The Elo SDK can be used across various PayPoint platforms, which generally have a fixed configuration, and I-Series platforms, which can have varying configurations depending on the attached peripherals.
Inventory(Context) - Constructor for class com.elo.device.inventory.Inventory
 
isCashDrawerBuiltIn() - Method in class com.elo.device.inventory.Inventory
Is the cash drawer built-in to the system, or external?
isCashDrawerOpenSenseSettable() - Method in class com.elo.device.inventory.Inventory
The open sensor for some cash drawers reads open on high voltage; others read open on low.
isCashDrawerStateReadable() - Method in class com.elo.device.inventory.Inventory
Can the open/close state of the cash drawer be read?
isEloSdkSupported() - Method in class com.elo.device.inventory.Inventory
Determine if platform supports the Elo SDK.
isKbMode() - Method in interface com.elo.device.peripherals.BarCodeReader
This method determines if the Barcode reader is in keyboard mode
isOpen() - Method in interface com.elo.device.peripherals.CashDrawer
Query to see if a cash drawer is open or closed.
isPrinterChineseModeSupported() - Method in class com.elo.device.inventory.Inventory
Does the printer have native Chinese mode support? If so, the Printer.setChineseMode(boolean) method can be used to change the mode
isPrinterPaperOutSupported() - Method in class com.elo.device.inventory.Inventory
Can the printer detect whether it's out of paper?

L

Language - Enum in com.elo.device.enums
List of the possible languages that can be selected in the serial printer for the PayPoint 1.0 and PayPoint Rev B platforms

M

MotionSensor - Interface in com.elo.device.peripherals
This interface provides methods by which an application can interact with the Motion Sensor in an Elo View device.
MsrSupported - Enum in com.elo.device.inventory
List of supported Magnetic Stripe Readers

N

name - Variable in class com.elo.device.ProductInfo
Model name of the product (example "PAYPOINT-2.0")

O

onBarcodeRead(byte[]) - Method in interface com.elo.device.peripherals.BarCodeReader.BarcodeReadCallback
The callback to be invoked when a barcode is read
open() - Method in interface com.elo.device.peripherals.CashDrawer
Open the cash drawer
open(String, int, int) - Method in interface com.elo.device.peripherals.FTDI
Open the FTDi device at the specified path

P

PEVEN - Static variable in class com.elo.device.enums.FTDIFlag
Parity bit type will be Even
PMARK - Static variable in class com.elo.device.enums.FTDIFlag
Parity bit type will be Mark
PNONE - Static variable in class com.elo.device.enums.FTDIFlag
Parity bit type will be None
PODD - Static variable in class com.elo.device.enums.FTDIFlag
Parity bit type will be Odd
print(String) - Method in interface com.elo.device.peripherals.Printer
Send the input text to the printer to be printed.
print(byte[]) - Method in interface com.elo.device.peripherals.Printer
Send the input text to the printer to be printed.
printBarcode(String, boolean, int, int) - Method in interface com.elo.device.peripherals.Printer
 
Printer - Interface in com.elo.device.peripherals
This interface provides methods by which an application can interact with the Printer present in an Elo View device
PrinterSupported - Enum in com.elo.device.inventory
List of supported Printers
printImage(Bitmap, int, int, int, int) - Method in interface com.elo.device.peripherals.Printer
Print a preset image on the printer
ProductInfo - Class in com.elo.device
The Information about the ELO platform.
PSPACE - Static variable in class com.elo.device.enums.FTDIFlag
Parity bit type will be Space

R

read(int, byte[]) - Method in interface com.elo.device.peripherals.FTDI
Read any available data from the FTDi device specified by the file descriptor, up to the length of the provided byte array

S

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

T

TriggerMode - Enum in com.elo.device.enums
Type of trigger behavior used by the Bar Code Reader

U

UnitType - Enum in com.elo.device.enums
The Units which the Weigh Scale will use
UnsupportedEloPlatform - Exception in com.elo.device.exceptions
Indicates that the requested platform is not currently supported by the SDK
UnsupportedEloPlatform(String, EloPlatform) - Constructor for exception com.elo.device.exceptions.UnsupportedEloPlatform
 
UnsupportedPeripheralException - Exception in com.elo.device.exceptions
Indicates that a Peripheral is not supported on the running platform
UnsupportedPeripheralException(String, String) - Constructor for exception com.elo.device.exceptions.UnsupportedPeripheralException
Constructs a new exception with the specified detail message.
UnsupportedPeripheralMethodException - Exception in com.elo.device.exceptions
The method called is not applicable to the given peripheral.
UnsupportedPeripheralMethodException(String, String, String) - Constructor for exception com.elo.device.exceptions.UnsupportedPeripheralMethodException
Constructs a new exception with the specified detail message.
UnsupportedPeripheralMethodValueException - Exception in com.elo.device.exceptions
Indicates that a parameter was passed to a method that supports the peripheral in question, but that the parameter does not apply.
UnsupportedPeripheralMethodValueException(String, String, String, String, String) - Constructor for exception com.elo.device.exceptions.UnsupportedPeripheralMethodValueException
 
USB - Interface in com.elo.device.peripherals
This interface provides methods by which an application can interact with the USB present in an Elo View device

V

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.

W

write(int, byte[], int) - Method in interface com.elo.device.peripherals.FTDI
Write data to the FTDi device specified by the file descriptor.

Z

zeroWeight() - Method in interface com.elo.device.peripherals.Scale
Set the current weight on the scale as ZERO
A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links