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
BACnetServer.LocalProcessID (PROP) ¶ PROPERTY LocalProcessID : UDINT Return the local process ID used for COV notifications. Use this ID for COV subscription to be received by this BACnet server and its device.
Objects ¶ Functionalities dealing with BACnet objects from within the BACnet server (i.e. dynamically creating or deleting BACnet objects). ConstructDefaultObject (Method) DestroyObject (Method) FindObject (Method) GetObject (Method) GetObjectCount (Method) GetStructuredObject (Method) GetStructuredObjectCount (Method) IsObjectTypeSupported (Method)
BACnetServer.DeactivatePersistence (METH) ¶ METHOD DeactivatePersistence : UDINT InOut: Scope Name Type Return DeactivatePersistence UDINT Input itfPersistence IBACnetPersistence
Plugins ¶ RegisterPlugin (Method) UnregisterPlugin (Method)
Persistence ¶ ActivatePersistence (Method) DeactivatePersistence (Method)
BACnetServer.ActivatePersistence (METH) ¶ METHOD ActivatePersistence : UDINT InOut: Scope Name Type Return ActivatePersistence UDINT Input itfPersistence IBACnetPersistence
BACnetServer.ConfCOVNotification (METH) ¶ METHOD ConfCOVNotification : CmpBACnet.IEC_BACNET_STATUS Sends a BACnet-ConfCOVNotification-Service for COV-Reporting of a BACnet-Object under the BACnet-Device to another BACnet-Device (target). The results of the service (equalling the answer of the target BACnet-Device) are held in ConfCOVNotificationStatus of this BACnet-Server-FB. Until a answer of the target device is received, the status variable remains in IEC_BACNET_STATUS_BUSY. For more details of the call see documentation of function CmpBACnet.BACnetConfCOVNotification.*) InOut: Scope Name Type Comment Return ConfCOVNotification CmpBACnet.IEC_BACNET_STATUS Input targetDevInst DWORD The target device instance number for the ConfCOVNotification-Service to be issued to. pCOVInfo POINTER TO CmpBACnet.IEC_BACNET_COV_NOTIF_INFO The COV notification info send to the targeted device. pAPDUParams POINTER TO CmpBACnet.IEC_BACNET_APDU_PROPERTIES APDU parameters used for sending the ConfCOVNotification- Service to the targeted device.
BACnetServer.GetNextAvailableInstanceNumberForType (METH) ¶ METHOD GetNextAvailableInstanceNumberForType : CmpBACnet.IEC_BACNET_DWORD Gets the next available object instance number for a given type. InOut: Scope Name Type Return GetNextAvailableInstanceNumberForType CmpBACnet.IEC_BACNET_DWORD Input typ CmpBACnet.IEC_BACNET_OBJECT_TYPE
BACnetServer.UnconfCOVNotification (METH) ¶ METHOD UnconfCOVNotification : CmpBACnet.IEC_BACNET_STATUS Sends a BACnet-UnconfCOVNotification-Service for COV-Reporting of a BACnet-Object under the BACnet-Device to another BACnet-Device (target). There is now answer expected for this service. For more details of the call see documentation of function CmpBACnet.BACnetUnconfCOVNotification. InOut: Scope Name Type Comment Return UnconfCOVNotification CmpBACnet.IEC_BACNET_STATUS Input targetDevInst DWORD The device instance number to which the UnconfCOVNotification-Service shall be issued to. pCOVInfo POINTER TO CmpBACnet.IEC_BACNET_COV_NOTIF_INFO The COV notification info to be send to the targeted device. pAPDUParams POINTER TO CmpBACnet.IEC_BACNET_APDU_PROPERTIES The APDU properties used to issue the UnconfCOVNotification- Service.