IEC_BACNET_WRITE_INFO (STRUCT)ΒΆ

TYPE IEC_BACNET_WRITE_INFO : STRUCT

The BACNET_WRITE_INFO data structure contains the information for the service BACnetWriteProperty.

InOut:

Name

Type

Comment

fFirstCallback

IEC_BACNET_BOOLEAN

A flag that indicates which hook callback is currently processed. If its value is True, the first hook callback is in progress. For request initiation with ::BACnetWriteProperty it shall be set to False. For more information look at ::BACNET_SRVR_INIT

objectID

IEC_BACNET_OBJECT_ID

The object identifier which property should be accessed.

ePropertyID

IEC_BACNET_PROPERTY_ID

The property identifier specifies the property to be accessed.

nIndex

IEC_BACNET_ARRAY_INDEX

The index specifies if a single element or the whole array is accessed.

nWritePriority

IEC_BACNET_PRIORITY_LEVEL

This parameter is an integer in the range 1-16, which indicates the priority assigned to this write operation.

sValue

IEC_BACNET_PROPERTY_CONTENTS

If the access is successful this parameter shall be used to replace the current value of the property.