Package com.blukii.sdk.config
Class Firmware
java.lang.Object
com.blukii.sdk.config.Firmware
This class represents the firmware version information of a blukii.
You can get the Firmware from a Blukii object via Blukii.FIRMWARE.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intBase firmware version as integer value.final intFirmware version as integer value.final StringInternal Long Name string.final StringName string like "002.015".final BlukiiSubTypeBlukiiSubTypeof the firmware.final BlukiiTypeBlukiiTypeof the firmware.static final FirmwareFallback value if the blukii firmware is not knownfinal intBuild firmware version as integer value. -
Method Summary
-
Field Details
-
V_UNKNOWN
Fallback value if the blukii firmware is not known -
NAME
Name string like "002.015". -
LONGNAME
Internal Long Name string.It is only different to
NAMEif a admin user is logged in. -
TYPE
BlukiiTypeof the firmware. -
SUBTYPE
BlukiiSubTypeof the firmware. -
BASE
public final int BASEBase firmware version as integer value. -
VERSION
public final int VERSIONBuild firmware version as integer value. -
INT
public final int INTFirmware version as integer value.
-