BACnetObjectBase.SetBACnetOptionalEnumeratedProperty (METH) ¶ METHOD SetBACnetOptionalEnumeratedProperty Sets the BACnetOptionalEnumerated value of the specified Property (propID) of this BACnet-Object. 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. oeVal CmpBACnet.IEC_BACNET_OPTIONAL_ENUMERATED The BACnetOptionalEnumerated value to set for the property.
BACnetObjectBase.SetBACnetOctetStringProperty (METH) ¶ METHOD SetBACnetOctetStringProperty Sets the OCTET STRING value of the specified Property (propID) of this BACnet-Object. 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. value CmpBACnet.IEC_BACNET_OCTET_STRING The OCTET STRING value to set for the property.
BACnetObjectBase.SetBACnetEnumeratedProperty (METH) ¶ METHOD SetBACnetEnumeratedProperty Sets the BACnet-Enumerated-Value of the specified Property (propID) of this BACnet-Object using a DINT. 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. iVal DINT The enumeration value to set for the property.
BACnetObjectBase.SetBACnetLightingCommandProperty (METH) ¶ METHOD SetBACnetLightingCommandProperty Sets the BACnetLightingCommand of the specified Property (propID) of this BACnet-Object. 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. lc CmpBACnet.IEC_BACNET_LIGHTING_COMMAND The lighting command to set for the property.
BACnetObjectBase.SetBACnetDevObjReferenceProperty (METH) ¶ METHOD SetBACnetDevObjReferenceProperty Sets the BACnetDeviceObjectReference value of the specified Property (propID) of this BACnet-Object. 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. devObjRef CmpBACnet.IEC_BACNET_DEV_OBJ_REFERENCE The device object reference to set for the property.
BACnetObjectBase.SetBACnetDoubleProperty (METH) ¶ METHOD SetBACnetDoubleProperty Sets the BACnet-Double-Value of the specified Property (propID) of this BACnet-Object. 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. rVal CmpBACnet.IEC_BACNET_DOUBLE The DOUBLE value to set for the property.
BACnetObjectBase.SetBACnetDateTime2Property (METH) ¶ METHOD SetBACnetDateTime2Property Sets the BACnet-DateTime-Value of the specified Property (propID) of this BACnet-Object using a CmpBACnet.IEC_BACNET_DATE_TIME 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 CmpBACnet.IEC_BACNET_DATE_TIME The BACnet date time 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.SetBACnetDevObjPropReferenceProperty (METH) ¶ METHOD SetBACnetDevObjPropReferenceProperty Sets the BACnetDeviceObjectPropertyReference value of the specified Property (propID) of this BACnet-Object. 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. devObjRef CmpBACnet.IEC_BACNET_DEV_OBJ_PROP_REFERENCE The device object property reference to set for the property.
BACnetObjectBase.SetBACnetOptionalUnsignedProperty (METH) ¶ METHOD SetBACnetOptionalUnsignedProperty Sets the BACnetOptionalUnsigned value of the specified Property (propID) of this BACnet-Object. 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. ouiVal CmpBACnet.IEC_BACNET_OPTIONAL_UNSIGNED The BACnetOptionalUnsigned value to set for the property.