BACnetCommand.InitializeActionCommandBACnetBoolean (METH)

METHOD InitializeActionCommandBACnetBoolean

Initialized a BACnet-ActionCommand, which writes a BACnet-Boolean value to another BACnet-Object-Property. The initialized command then normally is used as part of a BACnet-ActionList.

InOut:

Scope

Name

Type

Comment

Input

devInst

CmpBACnet.IEC_BACNET_DWORD

The instance number of the targeted BACnet device.

bacObjectInst

CmpBACnet.IEC_BACNET_DWORD

The instance number of the targeted BACnet object under the BACnet device.

bacObjectType

CmpBACnet.IEC_BACNET_OBJECT_TYPE

The type of the targeted BACnet object under the BACnet device.

bacPropertyID

CmpBACnet.IEC_BACNET_PROPERTY_ID

The property ID of the targetedn property under the BACnet object.

priority

CmpBACnet.IEC_BACNET_SIGNED

The priority used to write the BinaryPV value to the targeted property.

postDelay

CmpBACnet.IEC_BACNET_UNSIGNED

The post delay after writing the BinaryPV value.

quitOnFailure

CmpBACnet.IEC_BACNET_BOOLEAN

Whether the action list execution shall be quited on failure of this action command or not.

Inout

bacBoolean

CmpBACnet.IEC_BACNET_BOOLEAN

The boolean value to be written.

bacActionCommand

CmpBACnet.IEC_BACNET_ACTION_COMMAND

The action command structure to be filled.