IBACnetServer.UnregisterPlugin (METH) ¶ METHOD UnregisterPlugin : UDINT Unregisters a IBACnetServerPlugin from BACnetServer . Return CmpErrors.Errors.ERR_OK if succesfully unregistered. InOut: Scope Name Type Return UnregisterPlugin UDINT Input itfPlugin IBACnetServerPlugin
PropertyAttributes ¶ GetConfiguredPropertyAttributes (Method) GetNumPersistentObjects (Method) IsBACnetPropertyExistent (Method) IsBACnetPropertyPersistent (Method) IsBACnetPropertyWritable (Method) ObjectHasPersistentProperties (Method)
IBACnetServer.IsBACnetPropertyExistent (METH) ¶ METHOD IsBACnetPropertyExistent : BOOL InOut: Scope Name Type Return IsBACnetPropertyExistent BOOL Input objID CmpBACnet.IEC_BACNET_OBJECT_ID propID CmpBACnet.IEC_BACNET_PROPERTY_ID
IBACnetServer.IsBACnetPropertyPersistent (METH) ¶ METHOD IsBACnetPropertyPersistent : BOOL InOut: Scope Name Type Return IsBACnetPropertyPersistent BOOL Input objID CmpBACnet.IEC_BACNET_OBJECT_ID propID CmpBACnet.IEC_BACNET_PROPERTY_ID
IBACnetServer.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
IBACnetServer.Running (PROP) ¶ PROPERTY Running : BOOL Returns, if the BACnetServer is running.
PropertyConfiguration ¶ ActivatePropertyConfiguration (Method) DeactivatePropertyConfiguration (Method)
IBACnetServer.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
Plugins ¶ RegisterPlugin (Method) UnregisterPlugin (Method)
IBACnetServer.RegisterPlugin (METH) ¶ METHOD RegisterPlugin : UDINT Registers a IBACnetServerPlugin with BACnetServer . Plugins containing hooks/callbacks need to register after StartBACnetStack. Return CmpErrors.Errors.ERR_OK if succesfully registered. InOut: Scope Name Type Return RegisterPlugin UDINT Input itfPlugin IBACnetServerPlugin