BACnetAnalogInput.Reliability (PROP) ¶ PROPERTY Reliability : CmpBACnet.IEC_BACNET_RELIABILITY
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.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.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.SetBACnetDateProperty (METH) ¶ METHOD SetBACnetDateProperty Sets the Date-Value of the specified Property (propID) of this BACnet-Object using a DATE. 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. dat DATE The DATE to set for the property.
BACnetObjectBase.GetBACnetDevObjPropReferenceProperty (METH) ¶ METHOD GetBACnetDevObjPropReferenceProperty : BACnetDevObjPropReference Returns the BACnet-DevObjPropReference-Value of the specified Property (propID) of this BACnet-Object as a BACnetDevObjPropReference 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 Return GetBACnetDevObjPropReferenceProperty BACnetDevObjPropReference Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get.
BACnetObjectBase.GetBACnetDoubleProperty (METH) ¶ METHOD GetBACnetDoubleProperty : CmpBACnet.IEC_BACNET_DOUBLE Returns the BACnet-Double-Value of the specified Property (propID) of this BACnet-Object as a DOUBLE. 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 Return GetBACnetDoubleProperty CmpBACnet.IEC_BACNET_DOUBLE Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get.
BACnetObjectBase.GetBACnetObjPropReferenceProperty (METH) ¶ METHOD GetBACnetObjPropReferenceProperty : CmpBACnet.IEC_BACNET_OBJ_PROP_REFERENCE Returns the BACnet-Obj-Prop-Reference-Value of the specified Property (propID) of this BACnet-Object as 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 Return GetBACnetObjPropReferenceProperty CmpBACnet.IEC_BACNET_OBJ_PROP_REFERENCE Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get.
BACnetObjectBase.GetBACnetEnumeratedProperty (METH) ¶ METHOD GetBACnetEnumeratedProperty : DINT Returns the BACnet-Enumerated-Value of the specified Property (propID) of this BACnet-Object as 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 Return GetBACnetEnumeratedProperty DINT Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get.
BACnetObjectBase.GetBACnetDateProperty (METH) ¶ METHOD GetBACnetDateProperty : DATE Returns the Date-Value of the specified Property (propID) of this BACnet-Object as a DATE. 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 Return GetBACnetDateProperty DATE Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get.