BACnetObjectBase.SetBACnetBitStringProperty (METH)¶
METHOD SetBACnetBitStringProperty
Sets the BACnet-BitString-Value of the specified Property (propID) of this BACnet-Object using a STRING (in form of i.e. ‘1010111’). 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.
stBitStr
STRING
The bit string to set.
uiBitCount
CmpBACnet.IEC_BACNET_UNSIGNED
The length of the bit string to set (has to match the string).