BACnetObjectBase.GetBACnetScaleProperty (METH) ¶ METHOD GetBACnetScaleProperty : CmpBACnet.IEC_BACNET_SCALE Returns the BACnet-Scale-Value of the specified Property (propID) of this BACnet-Object as 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 Return GetBACnetScaleProperty CmpBACnet.IEC_BACNET_SCALE Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get.
BACnetObjectBase.GetBACnetSetpointReferenceProperty (METH) ¶ METHOD GetBACnetSetpointReferenceProperty : CmpBACnet.IEC_BACNET_SETPOINT_REFERENCE Returns the BACnet-Setpoint-Reference-Value of the specified Property (propID) of this BACnet-Object as 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 Return GetBACnetSetpointReferenceProperty CmpBACnet.IEC_BACNET_SETPOINT_REFERENCE 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.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.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.GetBACnetPrescaleProperty (METH) ¶ METHOD GetBACnetPrescaleProperty : CmpBACnet.IEC_BACNET_PRESCALE Returns the BACnet-Prescale-Value of the specified Property (propID) of this BACnet-Object as 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 Return GetBACnetPrescaleProperty CmpBACnet.IEC_BACNET_PRESCALE Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get.
BACnetObjectBase.GetBACnetRealProperty (METH) ¶ METHOD GetBACnetRealProperty : CmpBACnet.IEC_BACNET_REAL Returns the BACnet-Real-Value of the specified Property (propID) of this BACnet-Object as a LREAL. 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 GetBACnetRealProperty CmpBACnet.IEC_BACNET_REAL 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.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.