BACnetObjectBase.SetBACnetStringProperty (METH)ΒΆ

METHOD SetBACnetStringProperty

Sets the BACnet-String-Value of the specified Property (propID) of this BACnet-Object using a WSTRING. The used functions are no client, meaning, that the access of the property is not restricted by write or read access restrictions.

InOut:

Scope

Name

Type

Comment

Input

propID

CmpBACnet.IEC_BACNET_PROPERTY_ID

The ID of the property to set.

wStrInput

WSTRING(255)

The WSTRING value to set for the property.

strType

CmpBACnet.IEC_BACNET_STRING_TYPE

The BACnet string type the WSTRING value is converted to when setting the property.