XMLFLags (GVL) ¶ InOut: Scope Name Type Initial Comment Constant RTS_XML_EVENTFLAG_ASCII DWORD 16#1 <category>XML flags</category> <description> Flags for the XML events </description> <element name=”XML_EVENTFLAG_ASCII” type=”IN”>ASCII strings</element> <element name=”XML_EVENTFLAG_UNICODE” type=”IN”>Unicode strings</element> RTS_XML_EVENTFLAG_UNICODE DWORD 16#2
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 16:00:18 companyName string 3S-Smart Software Solutions GmbH libraryFile CmpXMLParser.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile CmpXMLParser.clean.json version version 2.0.0.0 ProjectInformation Released bool True LastModificationDateTime date 20.04.2021, 16:00:18 LibraryCategories library-category-list System|SysLibs Author string 3S - Smart Software Solutions GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 Description See: Description Placeholder CmpXMLParser Project CmpXMLParser Title CmpXMLParser Version version 3.5.17.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. SysTypes2 Interfaces ¶ Library Identification ¶ Name: SysTypes2 Interfaces Version: newest Company: System Namespace: SysTypes Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SysTypes2 Interfaces, * (System)
EventIDs (GVL) ¶ Attributes: qualified_only InOut: Scope Name Type Initial Constant CMPID_CmpUserMgr DWORD 16#61 EVTPARAMID_CmpUserMgrDatabaseChanged WORD 16#1 EVTVERSION_CmpUserMgrDatabaseChanged WORD 16#1 EVT_UserMgrDatabaseChanged DWORD (SHL(UINT_TO_DWORD(EVTCLASS_INFO), 16) OR 16#1)
Properties (GVL) ¶ Properties Properties for a user. Use as bit-mask. InOut: Scope Name Type Initial Constant USERMGR_USER_PROP_PASSWORD_EXPIRED DWORD 16#1000 USERMGR_USER_PROP_ALLOW_CHANGE_PASSWORD DWORD 16#2000 USERMGR_USER_PROP_DEFAULT DWORD (USERMGR_USER_PROP_ALLOW_CHANGE_PASSWORD + USERMGR_USER_PROP_PASSWORD_EXPIRED)
Structs ¶ UserMgrCredentials (Struct) UserMgrCredentials_Password (Struct) UserMgrCredentials_Store (Union)
UserMgrCredentials (STRUCT) ¶ TYPE UserMgrCredentials : STRUCT InOut: Name Type credentialsType UserMgrCredentials_Type credential UserMgrCredentials_Store
UserMgrCredentials_Password (STRUCT) ¶ TYPE UserMgrCredentials_Password : STRUCT InOut: Name Type pszPassword POINTER TO STRING
UserMgrCredentials_Store (UNION) ¶ TYPE UserMgrCredentials_Store : UNION InOut: Name Type pwd UserMgrCredentials_Password
Types ¶ EVTPARAM_CmpUserMgrDatabaseChanged (Struct) UserMgrCacheValue (Struct) UserMgrCredentials_Type (Enum) UserMgrTypeClass (Enum) UserMgrValue (Union)