public class USBCloverDeviceConfiguration extends java.lang.Object implements CloverDeviceConfiguration, java.io.Serializable
REMOTE_SDK| Constructor and Description |
|---|
USBCloverDeviceConfiguration(android.content.Context ctx,
java.lang.String appId)
Constructor
|
| 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. |
CloverTransport |
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
|
public USBCloverDeviceConfiguration(android.content.Context ctx,
java.lang.String appId)
ctx - the application contextappId - the remote application IDpublic java.lang.String getCloverDeviceTypeName()
CloverDeviceConfigurationCloverConnector.initializeConnection() call.getCloverDeviceTypeName in interface CloverDeviceConfigurationpublic java.lang.String getMessagePackageName()
CloverDeviceConfigurationgetMessagePackageName in interface CloverDeviceConfigurationpublic java.lang.String getName()
CloverDeviceConfigurationgetName in interface CloverDeviceConfigurationpublic int getMaxMessageCharacters()
CloverDeviceConfigurationgetMaxMessageCharacters in interface CloverDeviceConfigurationpublic CloverTransport getCloverTransport()
CloverDeviceConfigurationgetCloverTransport in interface CloverDeviceConfigurationpublic java.lang.String getApplicationId()
CloverDeviceConfigurationgetApplicationId in interface CloverDeviceConfiguration