FirmwareUpdate

sealed class FirmwareUpdate

Sealed class representing the firmware update status for a device.

This class hierarchy provides type-safe representation of whether a firmware update is available for the device and, if so, captures the necessary information to perform the update. The sealed nature ensures all possible states are known at compile time.

Inheritors

Types

Link copied to clipboard

Represents an available firmware update with details required for installation.

Link copied to clipboard

Represents the state when no firmware update is available for the device.