EM datagrams on *.kmall format
Reg. nr. 410224 rev J
|
#IB - Results from online built in test (BIST). Definition used for three different BIST datagrams, i.e. #IBE (BIST Error report), #IBR (BIST reply) or #IBS (BIST short reply). More...
#include <EMdgmFormat.h>
Data Fields | |
EMdgmHeader | header |
uint16_t | numBytesCmnPart |
uint8_t | BISTInfo |
uint8_t | BISTStyle |
uint8_t | BISTNumber |
int8_t | BISTStatus |
uint8_t | BISTText |
#IB - Results from online built in test (BIST). Definition used for three different BIST datagrams, i.e. #IBE (BIST Error report), #IBR (BIST reply) or #IBS (BIST short reply).
Definition at line 1545 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 1550 of file EMdgmFormat.h.
uint8_t BISTInfo |
0 = last subset of the message
1 = more messages to come
Definition at line 1551 of file EMdgmFormat.h.
uint8_t BISTStyle |
0 = plain text
1 = use style sheet
Definition at line 1552 of file EMdgmFormat.h.
uint8_t BISTNumber |
The BIST number executed.
Definition at line 1553 of file EMdgmFormat.h.
int8_t BISTStatus |
0 = BIST executed with no errors
positive number = warning
negative number = error
Definition at line 1554 of file EMdgmFormat.h.
uint8_t BISTText |
Result of the BIST. Starts with a synopsis of the result, followed by detailed descriptions.
Definition at line 1555 of file EMdgmFormat.h.