BACnetServer.GetObjectCount (METH) ¶ METHOD GetObjectCount : UDINT Gets the number of BACnet-Objects under the BACnet-Device-Object-List of this BACnet-Server. InOut: Scope Name Type Return GetObjectCount UDINT
BACnetServer.HideToOutside (PROP) ¶ PROPERTY HideToOutside : BOOL IF set to true BACnet-Objects will NOT be listed in the device object-list AND will also not be accessable by ANY BACnet service requesting them but will be fully operational for the application
HooksCallbacks ¶ Functionalitites for registering Hooks and Callbacks into the BACnet implementation via the BACnet server. HasRegisteredHook (Method) RegisterCallback (Method) RegisterHook (Method) UnregisterCallback (Method) UnregisterHook (Method)
BACnetServer.DeviceObject (PROP) ¶ PROPERTY DeviceObject : IBACnetDevice Returns the BACnet-Device-Interface belonging to the BACnet-Device-Object of this BACnet-Server.
BACnetServer.GenerateBACstackConfig (METH) ¶ METHOD GenerateBACstackConfig : SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return GenerateBACstackConfig SysTypes.RTS_IEC_RESULT
IBACnetServer.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
IBACnetServer.GetNumPersistentObjects (METH) ¶ METHOD GetNumPersistentObjects : UDINT Gets the number of BACnet-Objects with persistent properties InOut: Scope Name Type Return GetNumPersistentObjects UDINT
IBACnetServer.NumClientCreatedObjects (METH) ¶ METHOD NumClientCreatedObjects : DINT Returns the number of client created objects of given type. InOut: Scope Name Type Return NumClientCreatedObjects DINT Input objType CmpBACnet.IEC_BACNET_OBJECT_TYPE
IBACnetServer.UnconfCOVNotification (METH) ¶ METHOD UnconfCOVNotification : CmpBACnet.IEC_BACNET_STATUS InOut: Scope Name Type Return UnconfCOVNotification 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.IsBACnetPropertyWritable (METH) ¶ METHOD IsBACnetPropertyWritable : BOOL InOut: Scope Name Type Return IsBACnetPropertyWritable BOOL Input objID CmpBACnet.IEC_BACNET_OBJECT_ID propID CmpBACnet.IEC_BACNET_PROPERTY_ID