public class StatusData
extends java.lang.Object
Example Usage: statusData.getState();
Modifier and Type | Class and Description |
---|---|
static class |
StatusData.ScannerStates
Defines the different states of the barcode scanner.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFriendlyName()
Returns the friendly name of scanner for which the status data is returned.
|
StatusData.ScannerStates |
getState()
Returns the scan event state.
|
public StatusData.ScannerStates getState()
public java.lang.String getFriendlyName()