BACnetServer.ActivatePropertyConfiguration (METH) ¶ METHOD ActivatePropertyConfiguration : UDINT Registers a IBACnetPropertyConfiguration with BACnetServer . Return CmpErrors.Errors.ERR_OK if succesfully registered. InOut: Scope Name Type Return ActivatePropertyConfiguration UDINT Input itfPropertyConfiguration IBACnetPropertyConfiguration
BACnetServer.DeactivatePropertyConfiguration (METH) ¶ METHOD DeactivatePropertyConfiguration : UDINT Unregisters a IBACnetPropertyConfiguration with BACnetServer . Return CmpErrors.Errors.ERR_OK if succesfully registered. InOut: Scope Name Type Return DeactivatePropertyConfiguration UDINT Input itfPropertyConfiguration IBACnetPropertyConfiguration
BACnetServer.GetConfiguredPropertyAttributes (METH) ¶ METHOD GetConfiguredPropertyAttributes : BOOL Gets the configured attributes of the specified BACnet-Property (propID) of the specified BACnet-Object (objID). InOut: Scope Name Type Return GetConfiguredPropertyAttributes BOOL Input objID CmpBACnet.IEC_BACNET_OBJECT_ID propID CmpBACnet.IEC_BACNET_PROPERTY_ID Output result BACnetPropertyAttributes
PropertyConfiguration ¶ ActivatePropertyConfiguration (Method) DeactivatePropertyConfiguration (Method)
BACnetServer.RWPropCBComplete (PROP) ¶ PROPERTY RWPropCBComplete : BOOL
BACnetServer.StartBACnetStack (METH) ¶ METHOD StartBACnetStack : CmpBACnet.IEC_BACNET_STATUS Starts the BACnetStack explicitly, see BACnetServer ”AutoStart”. In case you use “AutoStart=TRUE”, you must not call StartBACnetStack(). InOut: Scope Name Type Return StartBACnetStack CmpBACnet.IEC_BACNET_STATUS
BACnetServer.Running (PROP) ¶ PROPERTY Running : BOOL Returns, if the BACnetServer is running.
Services ¶ Functionalities dealing with services issued from within the BACnet server (or its underlying BACnet device). ConfCOVNotification (Method) GetNextAvailableInstanceNumberForType (Method) UnconfCOVNotification (Method) UpdateAccumulatorDataSourceValue (Method) WritePropertyInstance (Method)
BACnetServer.UnregisterPlugin (METH) ¶ METHOD UnregisterPlugin : UDINT InOut: Scope Name Type Return UnregisterPlugin UDINT Input itfPlugin IBACnetServerPlugin
PropertyAttributes ¶ GetConfiguredPropertyAttributes (Method)