ELEMENT_TYPE_SLIDER
The tables below describe the ELEMENT_TYPE_SLIDER specific parameters and additional fields for the MSG_CONF_DASHBOARD_ELEMENT message.
| Parameter | Value |
|---|---|
| ELEMENT_TYPE | 0x02 |
| Total data length of MSG_CONF_DASHBOARD_ELEMENT when using ELEMENT_TYPE_SLIDER | 26 |
| Field | Size | Values | Description |
|---|---|---|---|
| Minimum value | 4 bytes | ||
| Maximum value | 4 bytes | ||
| Initial value | 4 byte |
Example
The picture below shows an example of a slider element with a range from 0 to 50 and an initial value of 20. The corresponding element data fields are given in the table below the picture.
: The appearance of elements will vary with operating system version
and configuration.

| Field | Value |
|---|---|
| Z-index | 0 |
| X-coordinate | 20 |
| Y-coordinate | 20 |
| Width | 200 |
| Height | 30 |
| Element type | 0x02 |
| Minimum value | 0 |
| Maximum value | 50 |
| Initial value | 20 |
