Device / Run / FirmwareVersionBlacklist Value
This value contains a list of blocked firmware versions. Every
entry consists of the entries specified below and corresponds
to a range of versions of a specific a firmware id.
Properties
- Value ID: 0x0202/0x14
Format
| Name | Type/Size | Description | |
|---|---|---|---|
| - | Array (until end of frame) | - | |
| BlacklistedFirmware.FirmwareID | Integer (16 bits) |
BCD number that specifies a firmware ID (Minimum value: 0x1000, maximum value: 0x1999) |
|
| BlacklistedFirmware.SmallestBlockedFwVersionMajor | Integer (8 bits) |
Binary that specifies the major number of the
smallest blocked fw version (Minimum value: 0, maximum value: 9) |
|
| BlacklistedFirmware.SmallestBlockedFwVersionMinor | Integer (8 bits) |
Binary that specifies the minor number of the
smallest blocked fw version (Minimum value: 0, maximum value: 99) |
|
| BlacklistedFirmware.SmallestBlockedFwVersionBuild | Integer (8 bits) |
Binary that specifies the build number of the
smallest blocked fw version (Minimum value: 0, maximum value: 99) |
|
| BlacklistedFirmware.GreatestBlockedFwVersionMajor | Integer (8 bits) |
Binary that specifies the major number of the
greatest non-blocked fw version (Minimum value: 0, maximum value: 9) |
|
| BlacklistedFirmware.GreatestBlockedFwVersionMinor | Integer (8 bits) |
Binary that specifies the minor number of the
greatest non-blocked fw version (Minimum value: 0, maximum value: 99) |
|
| BlacklistedFirmware.GreatestBlockedFwVersionBuild | Integer (8 bits) |
Binary that specifies the build number of the
greatest non-blocked fw version (Minimum value: 0, maximum value: 99) |
|