| Field | Type | Description |
|---|---|---|
| bool_value | bool | Simple bool value |
| int64_value | int64 | Transfer any integer value up to 64 bit |
| uint64_value | uint64 | Transfer any unsigned integer value up to 64 bit |
| float64_value | double | Transfer any floating point value |
| text | string | Transfer a UTF8-text |
| raw_data | bytes | Transfer array of bytes (Example for raw-data: S7-1500 system diagnosis data) |