Package com.blukii.sdk.config
Class FirmwareIdentifier
java.lang.Object
com.blukii.sdk.config.FirmwareIdentifier
This class represents the combination of hardware and firmware version.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the firmware versionGets the hardware versionGets the unique combined version with syntax #hardware#_#firwmare#int
hashCode()
-
Constructor Details
-
FirmwareIdentifier
-
-
Method Details
-
getUniqueId
Gets the unique combined version with syntax #hardware#_#firwmare#- Returns:
- unique combined version
-
getHardwareId
Gets the hardware version- Returns:
- hardware version
-
getFirmwareId
Gets the firmware version- Returns:
- firmware version
-
equals
-
hashCode
public int hashCode()
-