SysSockSetOption30 (FUN) ¶ FUNCTION SysSockSetOption30 : UDINT InOut: Scope Name Type Return SysSockSetOption30 UDINT Input hSocket UDINT diLevel DINT diOption DINT pdiOptionValue POINTER TO DINT diOptionLen DINT
SysSockShutdown30 (FUN) ¶ FUNCTION SysSockShutdown30 : UDINT InOut: Scope Name Type Return SysSockShutdown30 UDINT Input hSocket UDINT diHow DINT
UDP_REPLY (STRUCT) ¶ TYPE UDP_REPLY : STRUCT InOut: Name Type ulSourceAddress UDINT szSourceAddress STRING(30) diRecv DINT
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. 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)
SysSocket2 Interfaces Library Documentation ¶ Company System Title SysSocket2 Interfaces Version 3.5.17.0 Categories System|SysLibs Author CODESYS Development GmbH Description 1 ¶ This interface contains types needed to access the socket functions of SysSocket2 Implementation. Contents: ¶ SysSocket2_Parameter (Struct) SysSocket2_SpecificParameter (Union) SysSocket2_StdSockets (Struct) SysSocket2_TlsSockets (Struct) SysSocket2_Type (Enum) Indices and tables ¶ 1 Based on SysSocket2_Itfs.library, last modified 20.04.2021, 16:10:18. LibDoc 4.4.0.0-b.27 The content file SysSocket2_Itfs.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 16:10:18.
SysSocket2_SpecificParameter (UNION) ¶ TYPE SysSocket2_SpecificParameter : UNION InOut: Name Type stdSockets SysSocket2_StdSockets tlsSockets SysSocket2_TlsSockets
SysSocket2_Parameter (STRUCT) ¶ TYPE SysSocket2_Parameter : STRUCT This structure represents the parameters to create a specific socket type Set the parameterType to your desired socket type. By now Std or TLS sockets are available. The specifica member contains the parameters needed to create this socket type InOut: Name Type parameterType SysSocket2_Type specific SysSocket2_SpecificParameter
SysSocket2_StdSockets (STRUCT) ¶ TYPE SysSocket2_StdSockets : STRUCT InOut: Name Type i32AddressFamily INT i32Type DINT i32Protocol DINT
SysSocket2_TlsSockets (STRUCT) ¶ TYPE SysSocket2_TlsSockets : STRUCT InOut: Name Type hTlsContext RTS_IEC_HANDLE
SysSocket2_Type (ENUM) ¶ TYPE SysSocket2_Type : Attributes: qualified_only InOut: Name Initial Comment STD 1 Standard socket TLS TLS socket STARTTLS Standard socket with the option to enable TLS later via socket option SOCKET_SO_STARTTLS