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

IEC_BACNET_UINT

Flags which indicate what parameters are present and valid. Combined valid values are: ::ACTION_DEVICE_ID_FLAG or ::ACTION_POST_DELAY_FLAG.

deviceID

IEC_BACNET_OBJECT_ID

An optional BACnet device identifier which is referenced.

objectID

IEC_BACNET_OBJECT_ID

An object identifier which is referenced.

propertyID

IEC_BACNET_PROPERTY_ID

The property identifier which is referenced.

index

IEC_BACNET_ARRAY_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

IEC_BACNET_PROPERTY_CONTENTS

A value to be written.

priority

IEC_BACNET_PRIORITY_LEVEL

A conditional priority.

postDelay

IEC_BACNET_UINT

An optional post-writing delay time.

quitOnFailure

IEC_BACNET_BOOLEAN

A premature quit flag.

writeSuccessful

IEC_BACNET_BOOLEAN

A write success flag.