Interface FirmwareUpdatableDevice
- All Known Implementing Classes:
FirmwareUpdatableLink
public interface FirmwareUpdatableDevice
Interface for any device that can have firmware updated.
- Version:
- 2023-10-05
-
Method Summary
Modifier and TypeMethodDescriptionReturn a unique id for this device.
-
Method Details
-
getFirmwareDeviceId
String getFirmwareDeviceId()Return a unique id for this device. A particular device should always return the same id, but no two devices in a system should return the same id. This is used to track a device through the update process, and needs to support the device rebooting and being queued back into the update process while the previous update was still finishing. This id is used to link these records. This is typically the device serial number.- Returns:
- the unique device id
-