Port.JoinGroup (METH) ¶ METHOD JoinGroup : SysTypes.RTS_IEC_RESULT Join a multicast group InOut: Scope Name Type Comment Return JoinGroup SysTypes.RTS_IEC_RESULT Input udiGroupAddress UDINT Group address udiInterfaceAddress UDINT Address of the NIC which shall join this group Output eLogCode ErrorCode
UTF-8 Encoding Support Library Documentation ¶ Company CODESYS Title UTF-8 Encoding Support Version 4.0.0.0 Categories Application|Strings Namespace UTF8 Author CODESYS Development GmbH Placeholder UTF8 Description 1 ¶ Implements functions and constants to support text encoded in UTF-8. It includes functions to translate between runes (See: RUNE ) and UTF-8 byte sequences. See https://en.wikipedia.org/wiki/UTF-8 Contents: ¶ Library Information GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function) utf8 Functions Globals Types Indices and tables ¶ 1 Based on UTF-8 Encoding Support.library, last modified 21.06.2023, 11:10:36. LibDoc 4.4.0.0-b.27 The content file UTF-8 Encoding Support.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 21.06.2023, 11:10:37.
Library Information ¶ GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function)
GetLibVersion (FUN) ¶ FUNCTION GetLibVersion : VERSION InOut: Scope Name Type Return GetLibVersion VERSION
GetLibVersionNumber (FUN) ¶ FUNCTION GetLibVersionNumber : DWORD InOut: Scope Name Type Return GetLibVersionNumber DWORD
IsLibReleased (FUN) ¶ FUNCTION IsLibReleased : BOOL InOut: Scope Name Type Return IsLibReleased BOOL
UDP Library Documentation ¶ Company 3S - Smart Software Solutions GmbH Title UDP Version 3.5.19.0 Categories Intern|Networking Namespace UDP Author 3S - Smart Software Solutions GmbH Placeholder UDP Description 1 ¶ A socket based UDP library for sending and receiving UDP datagrams. Contents: ¶ UDP Enum Functionblocks Functions Global Constants Indices and tables ¶ 1 Based on UDP.library, last modified 02.03.2023, 10:52:31. LibDoc 4.4.0.0-b.27 The content file UDP.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 02.03.2023, 10:52:33.
UDP ¶ Enum OS (Enum) SocketType (Enum) Functionblocks Port (FunctionBlock) Multicast JoinGroup (Method) LeaveGroup (Method) SetInterface (Method) Properties IPAddress (Property) ReceivePort (Property) SendPort (Property) Socket (Property) Receive (Method) Receive2 (Method) Send (Method) Socket Bind (Method) FdIsSet (Method) FdSet (Method) GetOption (Method) IoControl (Method) SetOption (Method) UDPDriver (FunctionBlock) ClosePort (Method) CreatePort (Method) Select (Method) Functions FD_CLR (Function) IPARRAY_TO_IPSTRING (Function) IPARRAY_TO_UDINT (Function) IPSTRING_TO_UDINT (Function) IS_MULTICAST_GROUP (Function) UDINT_TO_HEX (Function) UDINT_TO_IPARRAY (Function) UDINT_TO_IPSTRING (Function) UINT_TO_HEX (Function) Global Constants CONSTANTS (GVL)
Enum ¶ OS (Enum) SocketType (Enum)
OS (ENUM) ¶ TYPE OS : Not in use! Internally used to differe between several operating systems. Some require special socket handling. InOut: Name Initial AnySystem 0 Linux