org.eclipse.soda.dk.barcode.reader.device.messages
Class BarcodeReaderDeviceMessages
java.lang.Object
org.eclipse.soda.dk.barcode.reader.device.messages.BarcodeReaderDeviceMessages
public class BarcodeReaderDeviceMessages
- extends java.lang.Object
Standard Barcode Reader.
The device message interface defines the named messages for the BarcodeReaderDevice device.
The list of exported services:
- Version:
- 1.1.0
- See Also:
BarcodeReaderDeviceService,
org.eclipse.soda.dk.device.service.DeviceService
|
Field Summary |
static java.lang.String |
CLASS_NAME
Defines the full class name. |
|
Method Summary |
static MessageService |
getBarcodeMessage()
Gets the BarcodeMessage value. |
static FilterService |
getFilterAll()
Gets the FilterAll value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_NAME
public static final java.lang.String CLASS_NAME
- Defines the full class name.
- See Also:
- Constant Field Values
BarcodeReaderDeviceMessages
public BarcodeReaderDeviceMessages()
getFilterAll
public static FilterService getFilterAll()
- Gets the FilterAll value.
- Returns:
- FilterService The FilterAll message
getBarcodeMessage
public static MessageService getBarcodeMessage()
- Gets the BarcodeMessage value.
- Returns:
- MessageService The BarcodeMessage message
Copyright (c) 2008 IBM. See license in Legal section.