public interface CloverDeviceConfiguration
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplicationId()
Retrieve the application ID broadcast on all messages sent to the remote device
|
java.lang.String |
getCloverDeviceTypeName()
Retrieve the class name of the clover device instantiated during the
CloverConnector.initializeConnection() call. |
ICloverTransport |
getCloverTransport()
Retrieve the configuration specified transport (e.g.
|
int |
getMaxMessageCharacters()
Retrieve the max message characters
|
java.lang.String |
getMessagePackageName()
Retrieve the package name broadcast on all messages sent to the remote device
|
java.lang.String |
getName()
Retrieve the device configuration name
|
java.lang.String getCloverDeviceTypeName()
CloverConnector.initializeConnection()
call.java.lang.String getMessagePackageName()
java.lang.String getName()
int getMaxMessageCharacters()
ICloverTransport getCloverTransport()
java.lang.String getApplicationId()