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).
BACnetObjectBase.SetBACnetObjPropReferenceProperty (METH) ¶ METHOD SetBACnetObjPropReferenceProperty Sets the BACnet-Obj-Prop-Reference-Value of the specified Property (propID) of this BACnet-Object using a IEC_BACNET_OBJ_PROP_REFERENCE struct. 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. objPropRef CmpBACnet.IEC_BACNET_OBJ_PROP_REFERENCE The BACnet object property reference to set for the property.
BACnetObjectBase.SetBACnetObjectIDProperty (METH) ¶ METHOD SetBACnetObjectIDProperty Sets the BACnet-ObjectID-Value of the specified Property (propID) of this BACnet-Object using a IEC_BACNET_OBJECT_ID struct. 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. objID CmpBACnet.IEC_BACNET_OBJECT_ID The BACnet object ID to set for the property.
BACnetObjectBase.SetBACnetScaleProperty (METH) ¶ METHOD SetBACnetScaleProperty Sets the BACnet-Scale-Value of the specified Property (propID) of this BACnet-Object using a IEC_BACNET_SCALE struct. 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. scale CmpBACnet.IEC_BACNET_SCALE The BACnet scale to set for the property.
BACnetObjectBase.SetBACnetSetpointReferenceProperty (METH) ¶ METHOD SetBACnetSetpointReferenceProperty Sets the BACnet-Setpoint-Reference-Value of the specified Property (propID) of this BACnet-Object using a IEC_BACNET_SETPOINT_REFERENCE struct. 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. setpointRef CmpBACnet.IEC_BACNET_SETPOINT_REFERENCE The BACnet setpoint reference to set for the property.
BACnetObjectBase.SetBACnetDateTimeProperty (METH) ¶ METHOD SetBACnetDateTimeProperty Sets the BACnet-DateTime-Value of the specified Property (propID) of this BACnet-Object using a BACnetDateTime struct. 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. datTim BACnetDateTime The BACnet time to set for the property.
BACnetObjectBase.SetBACnetDateTimePropertyToUnspecified (METH) ¶ METHOD SetBACnetDateTimePropertyToUnspecified : CmpBACnet.IEC_BACNET_STATUS Sets the specified IEC_BACNET_DATE_TIME-property (propID) of this BACnet-Object to unspecified. InOut: Scope Name Type Comment Return SetBACnetDateTimePropertyToUnspecified CmpBACnet.IEC_BACNET_STATUS Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set.
BACnetObjectBase.SetBACnetBooleanProperty (METH) ¶ METHOD SetBACnetBooleanProperty Sets the BACnet-Boolean-Value of the specified Property (propID) of this BACnet-Object using a BOOL. 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. xVal BOOL The BOOL value to set for the property.
BACnetObjectBase.SetBACnetClientCOVProperty (METH) ¶ METHOD SetBACnetClientCOVProperty Sets the BACnet-ClientCOV-Value of the specified Property (propID) of this BACnet-Object using a IEC_BACNET_CLIENT_COV struct. 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. clientCOV CmpBACnet.IEC_BACNET_CLIENT_COV The client COV to set for the property.
BACnetObjectBase.SetBACnetPrescaleProperty (METH) ¶ METHOD SetBACnetPrescaleProperty Sets the BACnet-Prescale-Value of the specified Property (propID) of this BACnet-Object using a IEC_BACNET_PRESCALE struct. 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. prescale CmpBACnet.IEC_BACNET_PRESCALE The BACnet prescale to set for the property.