IBACnetServer.ObjectHasPersistentProperties (METH) ¶ METHOD ObjectHasPersistentProperties : BOOL Checks, if a BACnet-Object has persistent properties InOut: Scope Name Type Return ObjectHasPersistentProperties BOOL Input objID CmpBACnet.IEC_BACNET_OBJECT_ID
Services ¶ ConfCOVNotification (Method) NumClientCreatedObjects (Method) UnconfCOVNotification (Method) UpdateAccumulatorDataSourceValue (Method) WritePropertyInstance (Method)
IBACnetServer.ConfCOVNotification (METH) ¶ METHOD ConfCOVNotification : CmpBACnet.IEC_BACNET_STATUS InOut: Scope Name Type Return ConfCOVNotification CmpBACnet.IEC_BACNET_STATUS Input targetDevInst DWORD pCOVInfo POINTER TO CmpBACnet.IEC_BACNET_COV_NOTIF_INFO pAPDUParams POINTER TO CmpBACnet.IEC_BACNET_APDU_PROPERTIES
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)