com.ugrokit.api.Ugi.FirmwareUpdateReturnValues Enum Reference

Overview

States for the connection, sent with UGROKIT_NOTIFICAION_NAME_CONNECTION_STATE_CHANGED.

Public Attributes

 SUCCESS =(0)
 Update successful.
 
 NO_FILE =(100)
 No update file loaded.
 
 BAD_FILE =(101)
 The update file is corrupted.
 
 INCOMPATIBLE_HARDWARE =(102)
 The update is not compatible with the reader.
 
 INCOMPATIBLE_VERSION =(103)
 The update is incompatible with the existing firmware.
 
 CRC_MISMATCH =(3)
 CRC mismatch in the file.
 
 PROTOCOL_FAILURE =(104)
 Failure communicating with the Grokker.
 
 CANT_RECONNECT =(105)
 Can't reconnect to the Grokker.
 
 CANCELLED =(106)
 Update was cancelled.
 
 BATTERY_TOO_LOW =(107)
 Battery is too low to update the firmware.