BACnetObjectBase.GetBACnetClientCOVProperty (METH) ¶ METHOD GetBACnetClientCOVProperty : CmpBACnet.IEC_BACNET_CLIENT_COV Returns the BACnet-ClientCOV-Value of the specified Property (propID) of this BACnet-Object as 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 Return GetBACnetClientCOVProperty CmpBACnet.IEC_BACNET_CLIENT_COV Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get.
BACnetObjectBase.GetBACnetDateTimeProperty (METH) ¶ METHOD GetBACnetDateTimeProperty : BACnetDateTime Returns the BACnet-DateTime-Value of the specified Property (propID) of this BACnet-Object as 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 Return GetBACnetDateTimeProperty BACnetDateTime Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get.
BACnetObjectBase.GetBACnetDateRangeProperty (METH) ¶ METHOD GetBACnetDateRangeProperty : BACnetDateRange Returns the BACnet-DateRange-Value OF the specified PROPERTY (propID) OF THIS BACnet-Object as a BACnetDateRange 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 GetBACnetDateRangeProperty BACnetDateRange Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get.
BACnetObjectBase.GetBACnetStringProperty (METH) ¶ METHOD GetBACnetStringProperty : BOOL Returns the BACnet-String-Value of the specified Property (propID) of this BACnet-Object as a WSTRING. 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 GetBACnetStringProperty BOOL Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get. Inout wStrResult WSTRING(255)
BACnetObjectBase.GetBACnetTimeProperty (METH) ¶ METHOD GetBACnetTimeProperty : TIME Returns the Time-Value of the specified Property (propID) of this BACnet-Object as a TIME. 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 GetBACnetTimeProperty TIME Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get.
BACnetObjectBase.GetBACnetTimeStampProperty (METH) ¶ METHOD GetBACnetTimeStampProperty : BACnetTimeStamp Returns the BACnet-TimeStamp-Value of the specified Property (propID) of this BACnet-Object as a BACnetTimeStamp 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 GetBACnetTimeStampProperty BACnetTimeStamp Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get.
BACnetObjectBase.GetBACnetUnsignedProperty (METH) ¶ METHOD GetBACnetUnsignedProperty : CmpBACnet.IEC_BACNET_UNSIGNED Returns the BACnet-Unsigned-Value of the specified Property (propID) of this BACnet-Object as a UDINT. 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 GetBACnetUnsignedProperty CmpBACnet.IEC_BACNET_UNSIGNED Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get.
BACnetObjectBase.IsBACnetDateTimePropertyUnspecified (METH) ¶ METHOD IsBACnetDateTimePropertyUnspecified : BOOL Checks, if the specified IEC_BACNET_DATE_TIME-property (propID) of this BACnet-Object is set to unspecified. InOut: Scope Name Type Comment Return IsBACnetDateTimePropertyUnspecified BOOL Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to check.
BACnetObjectBase.SetBACnetAccumulatorRecordProperty (METH) ¶ METHOD SetBACnetAccumulatorRecordProperty Sets the BACnet-Accumulator-Record of the specified Property (propID) of this BACnet-Object using a IEC_BACNET_ACCUMULATOR_RECORD 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. accRec CmpBACnet.IEC_BACNET_ACCUMULATOR_RECORD The accumulator record to set.
BACnetObjectBase.GetBACnetArraySizeOfTwoProperties (METH) ¶ METHOD GetBACnetArraySizeOfTwoProperties : CmpBACnet.IEC_BACNET_STATUS Returns the minimum number of elements in two BACnetARRAY properties. InOut: Scope Name Type Comment Return GetBACnetArraySizeOfTwoProperties CmpBACnet.IEC_BACNET_STATUS Input aePropertyIDs ARRAY [0..2] OF CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get the array size from. Output arraySize CmpBACnet.IEC_BACNET_ELEMENT_COUNT