IEC_BACNET_WRITE_MUL_INFO (STRUCT)ΒΆ

TYPE IEC_BACNET_WRITE_MUL_INFO : STRUCT

Description for the BACnetWriteProperyMultiple datatype

The BACNET_WRITE_MUL_INFO datatype contains the information for a Write Property Multiple application hook. This datatype contains the information needed to access properties, and to write property values. The BACNET_WRITE_MUL_INFO data structure contains two attributes. The first attribute indicates the size of the buffer in the next attribute, expressed as the number of BACNET_WRITE_LIST items in the buffer. The second attribute is a pointer to the buffer which contains a list of BACNET_WRITE_LIST data structures.

InOut:

Name

Type

Comment

nListCount

IEC_BACNET_UNSIGNED

The count of entries of objects to write

writeSpec

POINTER TO IEC_BACNET_WRITE_LIST

The list of objects to write