BACnetAnalogValue.LowLimit (PROP) ¶ PROPERTY LowLimit : CmpBACnet.IEC_BACNET_REAL
BACnetAnalogValue.MaxPresValue (PROP) ¶ PROPERTY MaxPresValue : CmpBACnet.IEC_BACNET_REAL
BACnetAnalogValue.HighLimit (PROP) ¶ PROPERTY HighLimit : CmpBACnet.IEC_BACNET_REAL
BACnetAnalogValue.LimitEnable (PROP) ¶ PROPERTY LimitEnable : STRING
BACnetAnalogValue.COVIncrement (PROP) ¶ PROPERTY COVIncrement : CmpBACnet.IEC_BACNET_REAL
BACnetAnalogValue.Deadband (PROP) ¶ PROPERTY Deadband : CmpBACnet.IEC_BACNET_REAL
BACnetAnalogValue.MinPresValue (PROP) ¶ PROPERTY MinPresValue : CmpBACnet.IEC_BACNET_REAL
BACnetAveraging.WindowSamples (PROP) ¶ PROPERTY WindowSamples : CmpBACnet.IEC_BACNET_UNSIGNED
BACnetObjectBase (FB) ¶ FUNCTION_BLOCK PUBLIC BACnetObjectBase IMPLEMENTS IBACnetObjectBase Any BACnet-Object initialized or created using this library (BACnet.library) may be reflected by an FB which is derived of this FB-Type. This FB provides easy and comfortable functionalities for accessing the BACnet-Objects properties, manipulating them and all additionally information about the BACnet-Object (like parent BACnet-Device). Properties: DeviceInstNumber NumberOfProperties ObjectID ObjectName Methods: GetPropertyAccessRight GetPropertyCallbackAttachment GetPropertyId GetPropertyInstanceStackAllocContentBuffer GetPropertyInstanceWithContentBuffer IsPropertyExistent IsPropertyWriteable SetObjectName SetPropertyAccessRight SetPropertyCallbackAttachment SetPropertyInstance WritePropertyInstance GetBACnetAccumulatorRecordProperty GetBACnetArraySizeOfProperty GetBACnetArraySizeOfTwoProperties GetBACnetBitStringProperty GetBACnetBooleanProperty GetBACnetClientCOVProperty GetBACnetDateProperty GetBACnetDateRangeProperty GetBACnetDateTimeProperty GetBACnetDevObjPropReferenceProperty GetBACnetDoubleProperty GetBACnetEnumeratedProperty GetBACnetObjPropReferenceProperty GetBACnetObjectIDProperty GetBACnetPrescaleProperty GetBACnetRealProperty GetBACnetScaleProperty GetBACnetSetpointReferenceProperty GetBACnetSignedProperty GetBACnetStringProperty GetBACnetTimeProperty GetBACnetTimeStampProperty GetBACnetUnsignedProperty IsBACnetDateTimePropertyUnspecified SetBACnetAccumulatorRecordProperty SetBACnetBitStringProperty SetBACnetBooleanProperty SetBACnetClientCOVProperty SetBACnetDateProperty SetBACnetDateRangeProperty SetBACnetDateTimeProperty SetBACnetDateTimePropertyToUnspecified SetBACnetDevObjPropReferenceProperty SetBACnetDoubleProperty SetBACnetEnumeratedProperty SetBACnetObjPropReferenceProperty SetBACnetObjectIDProperty SetBACnetPrescaleProperty SetBACnetRealProperty SetBACnetScaleProperty SetBACnetSetpointReferenceProperty SetBACnetSignedProperty SetBACnetStringProperty SetBACnetTimeProperty SetBACnetTimeStampProperty SetBACnetUnsignedProperty Structure: DeviceInstNumber (Property) GetPropertyAccessRight (Method) GetPropertyCallbackAttachment (Method) GetPropertyId (Method) GetPropertyInstanceStackAllocContentBuffer (Method) GetPropertyInstanceWithContentBuffer (Method) IsPropertyExistent (Method) IsPropertyWriteable (Method) NumberOfProperties (Property) ObjectID (Property) ObjectName (Property) SetObjectName (Method) SetPropertyAccessRight (Method) SetPropertyCallbackAttachment (Method) SetPropertyInstance (Method) Utilities GetBACnetAccumulatorRecordProperty (Method) GetBACnetArraySizeOfProperty (Method) GetBACnetArraySizeOfTwoProperties (Method) GetBACnetBitStringProperty (Method) GetBACnetBooleanProperty (Method) GetBACnetClientCOVProperty (Method) GetBACnetDateProperty (Method) GetBACnetDateRangeProperty (Method) GetBACnetDateTimeProperty (Method) GetBACnetDevObjPropReferenceProperty (Method) GetBACnetDoubleProperty (Method) GetBACnetEnumeratedProperty (Method) GetBACnetObjPropReferenceProperty (Method) GetBACnetObjectIDProperty (Method) GetBACnetPrescaleProperty (Method) GetBACnetRealProperty (Method) GetBACnetScaleProperty (Method) GetBACnetSetpointReferenceProperty (Method) GetBACnetSignedProperty (Method) GetBACnetStringProperty (Method) GetBACnetTimeProperty (Method) GetBACnetTimeStampProperty (Method) GetBACnetUnsignedProperty (Method) IsBACnetDateTimePropertyUnspecified (Method) SetBACnetAccumulatorRecordProperty (Method) SetBACnetBitStringProperty (Method) SetBACnetBooleanProperty (Method) SetBACnetClientCOVProperty (Method) SetBACnetDateProperty (Method) SetBACnetDateRangeProperty (Method) SetBACnetDateTimeProperty (Method) SetBACnetDateTimePropertyToUnspecified (Method) SetBACnetDevObjPropReferenceProperty (Method) SetBACnetDoubleProperty (Method) SetBACnetEnumeratedProperty (Method) SetBACnetObjPropReferenceProperty (Method) SetBACnetObjectIDProperty (Method) SetBACnetPrescaleProperty (Method) SetBACnetRealProperty (Method) SetBACnetScaleProperty (Method) SetBACnetSetpointReferenceProperty (Method) SetBACnetSignedProperty (Method) SetBACnetStringProperty (Method) SetBACnetTimeProperty (Method) SetBACnetTimeStampProperty (Method) SetBACnetUnsignedProperty (Method) WritePropertyInstance (Method) private
BACnetObjectBase.GetPropertyCallbackAttachment (METH) ¶ METHOD GetPropertyCallbackAttachment : CmpBACnet.IEC_BACNET_STATUS Gets the current callback status of a property of the BACnet-Object. This status defines if the WRITE- or READ-Callbacks (IEC_BACNET_CALLBACK_TYPE used in BACnetServer.RegisterCallback ) are called for the specified property of this object. InOut: Scope Name Type Initial Comment Return GetPropertyCallbackAttachment CmpBACnet.IEC_BACNET_STATUS Input ePropertyID CmpBACnet.IEC_BACNET_PROPERTY_ID The id of the property to get its callback status for. Output xReadCallbackAttached BOOL FALSE If the READ-Callback is called for the sepcified property of this object, TRUE. Else FALSE. xWriteCallbackAttached BOOL FALSE If the WRITE-Callback is called for the sepcified property of this object, TRUE. Else FALSE.