BACnetServer.WritePropertyInstance (METH)ΒΆ

METHOD WritePropertyInstance : CmpBACnet.IEC_BACNET_STATUS

Emulates a quasi client side write access to a BACnet-Object-Property under this BACnet-Server. Mostly used to have the Priority_Array-Property updated when writing to a Present_Value-Property or to check the client side access rights and value correctnes when writing in a BACnet-Property.

InOut:

Scope

Name

Type

Comment

Return

WritePropertyInstance

CmpBACnet.IEC_BACNET_STATUS

Input

devInstNumber

DWORD

The targeted device instance number having the targeted object.

objID

CmpBACnet.IEC_BACNET_OBJECT_ID

The object ID of the object having the targeted property.

propID

CmpBACnet.IEC_BACNET_PROPERTY_ID

The property ID of the targeted property.

nIndex

DINT

The index within the property to write to.

priority

DINT

The priority to use when writing to the specified property value.

value

CmpBACnet.IEC_BACNET_PROPERTY_CONTENTS

The property value to write.