0x441A - ReportElement
Description
This message is used to report a single element from a list. The element is uniquely identified by the UID, while it's position within the list is denoted by the previous (parent) and next (child) elements. The message data is identical to the Element Record in ID 041Ah: SetElement.
Structure
ReportElement ElementRec
ElementRec
Type: Record
Field # | Field Name | Type | Units | Optional | Interpretation |
---|---|---|---|---|---|
1 | ElementUID | false | Values zero (0) and 65535 are invalid (reserved). | ||
2 | PreviousUID | false | UID of the previous (parent) element in the list. The value is zero (0) if this is the first (head) element. | ||
3 | NextUID | false | UID of the next (child) element in the list. The value is zero (0) if this is the last (tail) element. | ||
4 | ElementData | false | Element data to be added to the list |