Package com.blukii.sdk.config
Klasse FirmwareIdentifier
java.lang.Object
com.blukii.sdk.config.FirmwareIdentifier
This class represents the combination of hardware and firmware version.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanGets the firmware versionGets the hardware versionGets the unique combined version with syntax #hardware#_#firwmare#inthashCode()
-
Konstruktordetails
-
FirmwareIdentifier
Value Constructor- Parameter:
hardwareId- hardware versionfirmwareId- firmware version
-
-
Methodendetails
-
getUniqueId
Gets the unique combined version with syntax #hardware#_#firwmare#- Gibt zurück:
- unique combined version
-
getHardwareId
Gets the hardware version- Gibt zurück:
- hardware version
-
getFirmwareId
Gets the firmware version- Gibt zurück:
- firmware version
-
equals
-
hashCode
public int hashCode()
-