ObjectPersistence.LogIndexFileContent (METH) ¶ METHOD LogIndexFileContent : CmpBACnet.IEC_BACNET_STATUS Logs the existing persistence files. InOut: Scope Name Type Return LogIndexFileContent CmpBACnet.IEC_BACNET_STATUS
ObjectPersistence.Name (PROP) ¶ PROPERTY Name : STRING
ObjectPersistence.PersistentPath (PROP) ¶ PROPERTY PersistentPath : FileNameString Path where to store persistence data files.
ObjectPersistence.PostUnregister (METH) ¶ METHOD PostUnregister : UDINT InOut: Scope Name Type Return PostUnregister UDINT
ObjectPersistence.PreRegister (METH) ¶ METHOD PreRegister : UDINT InOut: Scope Name Type Return PreRegister UDINT Input itfServer BACnet.IBACnetServer
ObjectPersistence.RestoreClientCreatedObjects (PROP) ¶ PROPERTY RestoreClientCreatedObjects : BOOL
PropertyConfiguration (FB) ¶ FUNCTION_BLOCK ABSTRACT PropertyConfiguration IMPLEMENTS BACnet.IBACnetPropertyConfiguration Base class for BACnet.IBACnetPropertyConfiguration implementations. Some exceptions are listed in mc_readOnlyProperties, mc_readOnlyObjectProperties, mc_nonPersistentProperties Properties: Name Logging Methods: DoGetPropertyAttributes GetPropertyAttributes LogError LogException LogInfo LogWarning Structure: DoGetPropertyAttributes (Method) GetPropertyAttributes (Method) Logging LogError (Method) LogException (Method) LogInfo (Method) LogWarning (Method) Logging (Property) Name (Property)
PropertyConfiguration.DoGetPropertyAttributes (METH) ¶ METHOD PROTECTED DoGetPropertyAttributes : BOOL InOut: Scope Name Type Return DoGetPropertyAttributes BOOL Input objID CmpBACnet.IEC_BACNET_OBJECT_ID propID CmpBACnet.IEC_BACNET_PROPERTY_ID Inout propAttr BACnet.BACnetPropertyAttributes
PropertyConfiguration.GetPropertyAttributes (METH) ¶ METHOD GetPropertyAttributes : BOOL InOut: Scope Name Type Return GetPropertyAttributes BOOL Input objID CmpBACnet.IEC_BACNET_OBJECT_ID propID CmpBACnet.IEC_BACNET_PROPERTY_ID Output propAttr BACnet.BACnetPropertyAttributes
ClientCreatableObjects.BACnetEventCallback (METH) ¶ METHOD BACnetEventCallback : BOOL Hook callback for IEC_BACNET_CB_TYPE.CB_DCC InOut: Scope Name Type Comment Return BACnetEventCallback BOOL Input EventId DWORD If only one event is possibly called, the following Ids can be ignored. If there are more at least the EventId should be checked, to get the right type of pParameter. ID of the occured Event. Contains the class and the event (see CmpBACnet.EVENTIDS) usParamId WORD Id of the parameter structure (see pParameter and CmpBACnet.EVENTIDS) usVersion WORD Version of the parameter structure (see pParameter and CmpBACnet.EVENTIDS) pParameter POINTER TO BYTE Pointer to the event specific parameter, that is specified by Id (see CmpBACnet.EVENTIDS and CmpBACnet, i.e. EVT_BACNET_ACKALARM)