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
fFirstCallbackA 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
objectIDThe object identifier which property should be accessed.
ePropertyIDThe property identifier specifies the property to be accessed.
nIndexThe index specifies if a single element or the whole array is accessed.
nWritePriorityThis parameter is an integer in the range 1-16, which indicates the priority assigned to this write operation.
sValueIf the access is successful this parameter shall be used to replace the current value of the property.