public static interface ClientProtocolDefinition.CoreBoot extends ClientProtocolDefinition.InboundMessage
RESET_ACTIVATION
flag resets the local state completely.Modifier and Type | Field and Description |
---|---|
static String |
API_KEY
The API key.
|
static String |
AUTOMATIC_DONGLE_ACTIVATION
True (by default) if the dongle should be activated as soon as it becomes connected to the smartphone.
|
static String |
CUSTOMER_ACTIVATION_KEY
Deprecated.
not used anymore
|
static String |
DONGLE_BT_DEVICE
The BT device the user selected as dongle.
|
static int |
MESSAGE_ID
The unique id of the message.
|
static String |
PASSWORD
The user's password.
|
static String |
RESET_ACTIVATION
Send this flag if all status related data in the core shall be erased.
|
static String |
USER_NAME
The user name.
|
static String |
WEBFLEET_CONNECT_SERVER_HOST_NAME
The host name of the WEBFLEET CONNECT service.
|
static String |
WEBFLEET_MESSAGING_SERVER_HOST_NAME
The host name of the WEBFLEET messaging service.
|
static String |
WEBFLEET_MESSAGING_SERVER_PORT
The port of the WEBFLEET messaging service.
|
static final int MESSAGE_ID
static final String USER_NAME
String
(key = "userName"). Length must be between 1 and 50 chars (inclusive).
If the user is missing the error UbiErrorCode.USERNAME_MISSING_OR_MALFORMED
is sent back to the client.static final String PASSWORD
String
(key = "password"). Length must be between 1 and 50 chars (inclusive).
If the password is missing the error UbiErrorCode.PASSWORD_MISSING_OR_MALFORMED
is sent back to the client.static final String API_KEY
String
(key = "apiKey"). Length must be between 1 and 50 chars (inclusive).
This key is issued per integration and must be specified with each call to boot.
If the API key is missing the error UbiErrorCode.API_KEY_MISSING_OR_INVALID
is sent back to the client.static final String RESET_ACTIVATION
static final String DONGLE_BT_DEVICE
BluetoothDevice
.
If the BluetoothDevice is missing the error UbiErrorCode.DONGLE_BT_ADDRESS_MISSING
is sent back to the client.static final String CUSTOMER_ACTIVATION_KEY
String
(key = "customerActivationKey"), length must be between 1 and 50 chars (inclusive).
This key is issued on a per-user basis and must be specified in case the activation hasn't been carried
successfully before.
If the customer activation key is required but missing the error UbiErrorCode.CUSTOMER_ACTIVATION_KEY_MISSING
is sent
back to the client.static final String WEBFLEET_MESSAGING_SERVER_HOST_NAME
String
(key = "webfleetMessagingServerHostName").
If the host name is missing the error UbiErrorCode.WEBFLEET_MESSAGING_SERVER_HOST_NAME_MISSING_OR_INVALID
is sent back to the client.static final String WEBFLEET_MESSAGING_SERVER_PORT
int
(key = "webfleetMessagingServerPort").
If the host name is missing the error UbiErrorCode.WEBFLEET_MESSAGING_SERVER_HOST_NAME_MISSING_OR_INVALID
is sent back to the client.static final String WEBFLEET_CONNECT_SERVER_HOST_NAME
String
(key = "webfleetConnectServerHostName").
If the host name is missing the error UbiErrorCode.WEBFLEET_CONNECT_SERVER_HOST_NAME_MISSING_OR_INVALID
is sent back to the client.static final String AUTOMATIC_DONGLE_ACTIVATION