Custom / BlackWhiteList / List Value
This is a list of all values returned by autoread functionality that shall be denied (in Blacklistmode) or accepted (in Whitelistmode).
Every configuration value may contain multiple concatenated Autoread values. All Autoread values stored in this list must have the length specified in EntrySize and must be sorted ascending (the values within a configuration value as the values between configuration values).
Sample
Here's an example of a valid list for an entry size of 4 bytes:
List[0] = "1111" "2222" "3333"
List[1] = "4444"
List[2] = "5555" "6666"
If the values in this list and the value actually read by the Autoread functionality differ in length, the smaller value will be padded with leading '0' bytes for comparison.
Properties
- Value ID: 0x0602/0x10 - 0x7F
Format
| Name | Type/Size | Description |
|---|---|---|
| - | Raw data (until end of frame) | - |