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
mask
Flags which indicate what parameters are present and valid. Combined valid values are: ::ACTION_DEVICE_ID_FLAG or ::ACTION_POST_DELAY_FLAG.
deviceID
An optional BACnet device identifier which is referenced.
objectID
An object identifier which is referenced.
propertyID
The property identifier which is referenced.
index
The optional property array index. Ihis is used only with array datatypes. For referencing non array datatypes BACNET_VOID_INDEX (-1) shall be used.
value
A value to be written.
priority
A conditional priority.
postDelay
An optional post-writing delay time.
quitOnFailure
A premature quit flag.
writeSuccessful
A write success flag.