IEC_BACNET_ACTION_COMMAND (STRUCT)ΒΆ
TYPE IEC_BACNET_ACTION_COMMAND : STRUCT
This structure is used to transport the property contents of one entry in the command list.
- InOut:
Name
Type
Comment
maskFlags which indicate what parameters are present and valid. Combined valid values are: ::ACTION_DEVICE_ID_FLAG or ::ACTION_POST_DELAY_FLAG.
deviceIDAn optional BACnet device identifier which is referenced.
objectIDAn object identifier which is referenced.
propertyIDThe property identifier which is referenced.
indexThe optional property array index. Ihis is used only with array datatypes. For referencing non array datatypes BACNET_VOID_INDEX (-1) shall be used.
valueA value to be written.
priorityA conditional priority.
postDelayAn optional post-writing delay time.
quitOnFailureA premature quit flag.
writeSuccessfulA write success flag.