IBACnetServer.DeviceObject (PROP) ¶ PROPERTY DeviceObject : IBACnetDevice
IBACnetServer.HideToOutside (PROP) ¶ PROPERTY HideToOutside : BOOL
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.DestroyObject (METH) ¶ METHOD DestroyObject : CmpBACnet.IEC_BACNET_STATUS InOut: Scope Name Type Return DestroyObject CmpBACnet.IEC_BACNET_STATUS Input objIDTyp CmpBACnet.IEC_BACNET_OBJECT_TYPE objIDInstance UDINT
IBACnetServer.FindObject (METH) ¶ METHOD FindObject : BOOL Search for object with given ID. InOut: Scope Name Type Comment Return FindObject BOOL Input objID CmpBACnet.IEC_BACNET_OBJECT_ID Inout bacObj BACnetObjectBase Empty BACnetObjectBase-Structure, which will be initialized with the BACnet-Object if we found th object searched for.
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)
Objects ¶ ConstructDefaultObject (Method) DestroyObject (Method) FindObject (Method) GetObject (Method) GetObjectCount (Method) GetStructuredObject (Method) GetStructuredObjectCount (Method) IsObjectTypeSupported (Method)
IBACnetServer.ConstructDefaultObject (METH) ¶ METHOD ConstructDefaultObject : CmpBACnet.IEC_BACNET_STATUS InOut: Scope Name Type Return ConstructDefaultObject CmpBACnet.IEC_BACNET_STATUS Input objIDTyp CmpBACnet.IEC_BACNET_OBJECT_TYPE objIDInstance UDINT objName WSTRING(255) Inout bacObj BACnetObjectBase strBuffer STRING(255)