IEC_BACNET_WRITE_LIST (STRUCT)ΒΆ
TYPE IEC_BACNET_WRITE_LIST : STRUCT
Description for the BACnetWriteList datatype
A BACNET_WRITE_LIST datatype contains an object identifier field, a pointer to a buffer in which to place the list of Write Items, and the size of the buffer expressed as a maximum number of Write Items which this buffer can contain. The list passes information to a task about writing properties to a single object.
- InOut:
Name
Type
Comment
objectID
The object identifier
nItemCount
The count of entries to write
writeItems
POINTER TO IEC_BACNET_WRITE_ITEM
The array with items to write for the specified object