EM datagrams on *.kmall format
Reg. nr. 410224 rev J
|
Definition of #IOP datagram containing runtime parameters, exactly as chosen by operator in the K-Controller/SIS menus.
For detailed description of text strings, see the separate document Runtime parameters set by operator
More...
#include <EMdgmFormat.h>
Data Fields | |
EMdgmHeader | header |
uint16_t | numBytesCmnPart |
uint16_t | info |
uint16_t | status |
uint8_t | runtime_txt |
Definition of #IOP datagram containing runtime parameters, exactly as chosen by operator in the K-Controller/SIS menus.
For detailed description of text strings, see the separate document Runtime parameters set by operator
Definition at line 1520 of file EMdgmFormat.h.
uint16_t numBytesCmnPart |
Size in bytes of body part struct. Used for denoting size of rest of the datagram.
Definition at line 1525 of file EMdgmFormat.h.
uint16_t info |
Information. For future use.
Definition at line 1526 of file EMdgmFormat.h.
uint16_t status |
Status. For future use.
Definition at line 1527 of file EMdgmFormat.h.
uint8_t runtime_txt |
Runtime paramters as text format. Parameters separated by ; and lines separated by , delimiter. Text strings refer to names in menues of the K-Controller/SIS.
For detailed description of text strings, see the separate document Runtime parameters set by operator
Definition at line 1528 of file EMdgmFormat.h.