public static interface ClientProtocolDefinition.FirmwareUpdateAvailable extends ClientProtocolDefinition.OutboundMessage
Modifier and Type | Field and Description |
---|---|
static String |
CURRENT_FIRMWARE_VERSION
Contains the friendly name (version info) of the current firmware.
|
static String |
FIRMWARE_FILE_ID
Contains a long uniquely denoting the firmware update.
|
static String |
FIRMWARE_FILE_SIZE
Contains the size of the firmware update in bytes as int.
|
static int |
MESSAGE_ID
The unique id of the message.
|
static String |
NEW_FIRMWARE_VERSION
Contains the friendly name (version info) of the new firmware update.
|
static final int MESSAGE_ID
static final String FIRMWARE_FILE_ID
static final String FIRMWARE_FILE_SIZE
static final String NEW_FIRMWARE_VERSION
static final String CURRENT_FIRMWARE_VERSION