Types ¶ RtsOIDStore (Union) RtsX509AltNameStore (Union) RtsX509CertFilterContent (Union)
RtsOIDStore (UNION) ¶ TYPE RtsOIDStore : UNION InOut: Name Type aOID ARRAY [0..15] OF BYTE pOID POINTER TO BYTE
RtsX509AltNameStore (UNION) ¶ TYPE RtsX509AltNameStore : UNION InOut: Name Type pEmail POINTER TO STRING pDnsName POINTER TO STRING pUri POINTER TO STRING ipAddress SysSocket_Interfaces.INADDR registerdID RtsOID
RtsX509CertFilterContent (UNION) ¶ TYPE RtsX509CertFilterContent : UNION InOut: Name Type trustLevel RtsCertTrustLevel subject POINTER TO RtsX509CertName keyUsage UDINT exKeyUsage POINTER TO RtsX509ExKeyUsage thumpbrint POINTER TO RtsByteString
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 02.03.2023, 11:04:15 companyName string 3S-Smart Software Solutions GmbH libraryFile CmpX509Cert_Itfs.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile CmpX509Cert_Itfs.clean.json version version 2.0.0.0 ProjectInformation IsInterfaceLibrary bool True Released True SourceLibrary False LastModificationDateTime date 02.03.2023, 11:04:13 LibraryCategories library-category-list System|SysLibs Author string CODESYS Development GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 DefaultNamespace Description See: Description DocFormat reStructuredText Project CmpX509Cert_Itfs Title CmpX509Cert Interfaces Version version 3.5.19.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CmpCrypto Interfaces ¶ Library Identification ¶ Name: CmpCrypto Interfaces Version: newest Company: System Namespace: CmpCrypto_Interfaces Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpCrypto Interfaces, * (System) CmpErrors2 Interfaces ¶ Library Identification ¶ Name: CmpErrors2 Interfaces Version: newest Company: System Namespace: CmpErrors Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpErrors2 Interfaces, * (System) SysSocket Interfaces ¶ Library Identification ¶ Name: SysSocket Interfaces Version: newest Company: System Namespace: SysSocket_Interfaces Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SysSocket Interfaces, * (System) 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)
CmpXMLParser Library Documentation ¶ Company System Title CmpXMLParser Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder CmpXMLParser Description 1 ¶ This library provides access to the XML parser component in the runtime system. Contents: ¶ ComponentID (GVL) CreateXMLParser2 (Function) Encoding (GVL) EventIDs (GVL) EventParameter EVTPARAM_CmpXMLData (Struct) EVTPARAM_CmpXMLEnd (Struct) EVTPARAM_CmpXMLStart (Struct) FreeXMLParser (Function) ParseXML2 (Function) XMLFLags (GVL) Indices and tables ¶ 1 Based on CmpXMLParser.library, last modified 20.04.2021, 16:00:18. LibDoc 4.4.0.0-b.27 The content file CmpXMLParser.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 16:00:18.
ComponentID (GVL) ¶ InOut: Scope Name Type Initial Comment Constant CMPID_CmpXMLParser DWORD 16#58 ComponentID to specify for EventOpen
CreateXMLParser2 (FUN) ¶ FUNCTION CreateXMLParser2 : RTS_IEC_HANDLE InOut: Scope Name Type Return CreateXMLParser2 RTS_IEC_HANDLE Input szXMLFileName STRING szEncoding STRING Inout Result RTS_IEC_RESULT
Encoding (GVL) ¶ InOut: Scope Name Type Initial Constant RTS_XML_ENCODING_UTF8 STRING ‘UTF-8’ RTS_XML_ENCODING_UTF16 STRING ‘UTF-16’