Directory (FB) ¶ FUNCTION_BLOCK Directory SysDir provides a convenience layer for the SysDir.library Methods: Close GetDir Read SetDir ls_log Structure: Close (Method) GetDir (Method) Read (Method) SetDir (Method) ls_log (Method)
Directory.Close (METH) ¶ METHOD Close : RTS_IEC_RESULT Close the dir. InOut: Scope Name Type Return Close RTS_IEC_RESULT
Directory.GetDir (METH) ¶ METHOD GetDir : FileNameString InOut: Scope Name Type Return GetDir FileNameString
Directory.Read (METH) ¶ METHOD Read : RTS_IEC_RESULT InOut: Scope Name Type Return Read RTS_IEC_RESULT Output dEntry FileNameString dInfo DirInfo
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