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.ActivatePersistence (METH) ¶ METHOD ActivatePersistence : UDINT InOut: Scope Name Type Return ActivatePersistence UDINT Input itfPersistence IBACnetPersistence
BACnetServer.DeactivatePersistence (METH) ¶ METHOD DeactivatePersistence : UDINT InOut: Scope Name Type Return DeactivatePersistence UDINT Input itfPersistence IBACnetPersistence
BACnetServer.IsObjectTypeSupported (METH) ¶ METHOD IsObjectTypeSupported : BOOL Returs TRUE, if object type is supported. InOut: Scope Name Type Return IsObjectTypeSupported BOOL Input objType CmpBACnet.IEC_BACNET_OBJECT_TYPE
Persistence ¶ ActivatePersistence (Method) DeactivatePersistence (Method)
BACnetServer.UnregisterPlugin (METH) ¶ METHOD UnregisterPlugin : UDINT InOut: Scope Name Type Return UnregisterPlugin UDINT Input itfPlugin IBACnetServerPlugin
PropertyAttributes ¶ GetConfiguredPropertyAttributes (Method)
Plugins ¶ RegisterPlugin (Method) UnregisterPlugin (Method)