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
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
The object identifier which property should be accessed.
ePropertyID
The property identifier specifies the property to be accessed.
nIndex
The index specifies if a single element or the whole array is accessed.
nWritePriority
This parameter is an integer in the range 1-16, which indicates the priority assigned to this write operation.
sValue
If the access is successful this parameter shall be used to replace the current value of the property.