Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CmpCrypto ¶ Library Identification ¶ Placeholder: CmpCrypto Default Resolution: CmpCrypto, * (System) Namespace: CmpCrypto Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpCrypto CmpTls Interfaces ¶ Library Identification ¶ Name: CmpTls Interfaces Version: newest Company: System Namespace: CmpTls_Interfaces Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpTls 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)
CmpTls Library Documentation ¶ Company System Title CmpTls Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder CmpTls Description 1 ¶ Library, to manage TLS settings used by different other libraries. Use case: With this library it is possible to create a desired TLS context and set thins up for different use cases. With this library it is possible to establish TLS connection on static buffers. The content of the buffers have to be exchanged by the user of this library. If TCP should be used use SysSocket2 instead. This library offers a socket like interface of the TLS protocol. Indices and tables ¶ 1 Based on CmpTls.library, last modified 20.04.2021, 15:56:50. LibDoc 4.4.0.0-b.27 The content file CmpTls.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 15:56:50.
SOFTING_T_DP_SLAVE_USER_DATA (STRUCT) ¶ TYPE SOFTING_T_DP_SLAVE_USER_DATA : STRUCT InOut: Name Type slave_user_data_len UINT slave_user_data ARRAY [0..99] OF BYTE
SOFTING_T_DP_ACT_PARAM_IND (STRUCT) ¶ TYPE SOFTING_T_DP_ACT_PARAM_IND : STRUCT InOut: Name Type rem_add USINT area_code USINT activate USINT dummy USINT
SOFTING_T_DP_ACT_PARAM_REQ (STRUCT) ¶ TYPE SOFTING_T_DP_ACT_PARAM_REQ : STRUCT InOut: Name Type rem_add USINT area_code USINT activate USINT dummy USINT
SOFTING_T_DP_ACT_PARAM_RES_CON (STRUCT) ¶ TYPE SOFTING_T_DP_ACT_PARAM_RES_CON : STRUCT InOut: Name Type status UINT
SOFTING_T_DP_DATA_TRANSFER_CON (STRUCT) ¶ TYPE SOFTING_T_DP_DATA_TRANSFER_CON : STRUCT InOut: Name Type status UINT diag_entries INT
SOFTING_T_DP_DIAG_DATA (STRUCT) ¶ TYPE SOFTING_T_DP_DIAG_DATA : STRUCT InOut: Name Type station_status_1 USINT station_status_2 USINT station_status_3 USINT master_add USINT ident_number UINT
SOFTING_T_DP_DOWNLOAD_IND (STRUCT) ¶ TYPE SOFTING_T_DP_DOWNLOAD_IND : STRUCT InOut: Name Type data_len UINT rem_add USINT area_code USINT add_offset UINT
X509CertCheckHost (FUN) ¶ FUNCTION X509CertCheckHost : BOOL Check if a certificate is bound to a specific host name. Both subject and subject alternative names are checked. InOut: Scope Name Type Comment Return X509CertCheckHost BOOL True if the host name is part of the certificate. Input hCert RTS_IEC_HANDLE Handle of to certificate. pHost POINTER TO STRING Hostname to check. flags RtsX509CertCheckFlags Flags how to check for the host name. Values of the enumeration can be combined. pResult POINTER TO RTS_IEC_RESULT Pointer to the error code. ERR_PARAMETER: hCert is invalid, ERR_OK: everything went fine.