SysSocket Interfaces Library Documentation ¶ Company System Title SysSocket Interfaces Version 3.5.19.0 Categories System|SysLibs Author CODESYS Development GmbH Description 1 ¶ Library, to get access to the socket interface for TCP/IP communication on the target. Contents: ¶ GVL (GVL) INADDR (Union) RTS_SOCKET_SO_VALUE_IP_MREQ (Struct) RTS_SOCKET_SO_VALUE_LINGER (Struct) RTS_SOCKET_SO_VALUE_TCP_KEEPALIVE (Struct) SOCKADDRESS (Struct) SOCKET_FD_SET (Struct) SOCKET_TIMEVAL (Struct) SOCK_ADAPTER_INFORMATION (Struct) SOCK_ADAPTER_INFORMATION2 (Struct) SOCK_ADAPTER_INFORMATION3 (Struct) SOCK_HOSTENT (Struct) SOCK_RECVMSG_MSG (Struct) UDINT_IN_BYTES (Struct) UDINT_IN_WORDS (Struct) UDP_REPLY (Struct) UDP_REPLY2 (Struct) Indices and tables ¶ 1 Based on SysSocket_Itfs.library, last modified 02.03.2023, 11:07:54. LibDoc 4.4.0.0-b.27 The content file SysSocket_Itfs.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 02.03.2023, 11:07:56.
UDP_REPLY (STRUCT) ¶ TYPE UDP_REPLY : STRUCT This structure contains the address information on the sending source InOut: Name Type Comment ulSourceAddress UDINT Sender IP-Address szSourceAddress STRING(29) Sender IP-Address as string diRecv __XINT Number of reveived bytes
UDP_REPLY2 (STRUCT) ¶ TYPE UDP_REPLY2 : STRUCT This structure contains the address information on the sending source InOut: Name Type Comment ulSourceAddress UDINT Sender IP-Address szSourceAddress STRING(31) Sender IP-Address as string diRecv __XINT Number of reveived bytes usRecvPort WORD Received port, in host byteorder!
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 02.03.2023, 11:07:56 companyName string 3S-Smart Software Solutions GmbH libraryFile SysSocket_Itfs.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile SysSocket_Itfs.clean.json version version 2.0.0.0 ProjectInformation IsInterfaceLibrary bool True Released True SourceLibrary False LastModificationDateTime date 02.03.2023, 11:07:54 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 SysSocket_Itfs Title SysSocket Interfaces Version version 3.5.19.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)
SysStr23 Library Documentation ¶ Company System Title SysStr23 Version 3.5.13.0 Categories System|SysLibs23 Author 3S - Smart Software Solutions Description 1 ¶ V2.3 compatible SysLib for string functions Contents: ¶ Internal ToLower (Function) POUs SysStrCmp (Function) SysStrCmpI (Function) SysStrCmpN (Function) SysStrCmpNI (Function) SysStrCpy (Function) SysStrLen (Function) Indices and tables ¶ 1 Based on SysStr23.library, last modified 03.07.2018, 10:35:23. LibDoc 4.4.0.0-b.27 The content file SysStr23.clean.json was generated with CODESYS V3.5 SP13 on 03.07.2018, 10:35:23.
Internal ¶ ToLower (Function)
ToLower (FUN) ¶ FUNCTION ToLower : BYTE InOut: Scope Name Type Return ToLower BYTE Input byIn BYTE
POUs ¶ SysStrCmp (Function) SysStrCmpI (Function) SysStrCmpN (Function) SysStrCmpNI (Function) SysStrCpy (Function) SysStrLen (Function)
SysStrCmp (FUN) ¶ FUNCTION SysStrCmp : DINT InOut: Scope Name Type Comment Return SysStrCmp DINT Input sString1 STRING(256) First buffer sString2 STRING(256) Second buffer