SysSockIoctl (FUN) ¶ FUNCTION SysSockIoctl : DINT InOut: Scope Name Type Comment Return SysSockIoctl DINT Input diSocket DINT diCommand DINT piParameter DWORD Address of parameter (DINT)
SysSockListen (FUN) ¶ FUNCTION SysSockListen : BOOL InOut: Scope Name Type Return SysSockListen BOOL Input diSocket DINT diMaxConnections DINT
SysSockNtohl (FUN) ¶ FUNCTION SysSockNtohl : DWORD InOut: Scope Name Type Return SysSockNtohl DWORD Input dwNet DWORD
SysSockNtohs (FUN) ¶ FUNCTION SysSockNtohs : WORD InOut: Scope Name Type Return SysSockNtohs WORD Input wNet WORD
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 17.05.2017, 17:06:49 companyName string 3S-Smart Software Solutions GmbH libraryFile TimeAndDate.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP10 Patch 2 contentFile TimeAndDate.clean.json version version 1.0.1.1 ProjectInformation IsContainerLibrary bool True Released True LastModificationDateTime date 01.01.1601, 00:53:00 LibraryCategories library-category-list Use Cases Author string 3S - Smart Software Solutions GmbH Company 3S - Smart Software Solutions GmbH Description See: Description Project TimeAndDate Title Time and Date Version version 3.5.7.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CAA DTUtil Extern ¶ Library Identification ¶ Placeholder: CAA DTUtility Default Resolution: CAA DTUtil Extern, * (CAA Technical Workgroup) Namespace: DTU Library Properties ¶ LinkAllContent: False Optional: False PublishSymbolsInContainer: True QualifiedOnly: True SystemLibrary: False Key: CAA DTUtility CAA Real Time Clock Extern ¶ Library Identification ¶ Placeholder: CAA RTCLK Default Resolution: CAA Real Time Clock Extern, * (CAA Technical Workgroup) Namespace: RTCLK Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: True SystemLibrary: False Key: CAA RTCLK CAA Tick Extern ¶ Library Identification ¶ Placeholder: CAA Tick Default Resolution: CAA Tick Extern, * (CAA Technical Workgroup) Namespace: TICKS Library Properties ¶ LinkAllContent: False Optional: False PublishSymbolsInContainer: True QualifiedOnly: True SystemLibrary: False Key: CAA Tick CAA TickUtil Extern ¶ Library Identification ¶ Placeholder: CAA TickUtil Default Resolution: CAA TickUtil Extern, * (CAA Technical Workgroup) Namespace: TICKU Library Properties ¶ LinkAllContent: False Optional: False PublishSymbolsInContainer: True QualifiedOnly: True SystemLibrary: False Key: CAA TickUtil CAA Types Extern ¶ Library Identification ¶ Placeholder: CAA Types Default Resolution: CAA Types Extern, * (CAA Technical Workgroup) Namespace: CAA Library Properties ¶ LinkAllContent: False Optional: False PublishSymbolsInContainer: True QualifiedOnly: True SystemLibrary: False Key: CAA Types
UDPDriver.Select (METH) ¶ METHOD Select : SysTypes.RTS_IEC_RESULT Encapsulates SysSockSelect. InOut: Scope Name Type Comment Return Select SysTypes.RTS_IEC_RESULT Input iTimeOut INT Time out in micro seconds, set to 0 to disable time out. Inout strRecvSet SysSocket.SOCKET_FD_SET List of streams to be checked for receive. Only streams which are ready for reception will remain in this list. strSendSet SysSocket.SOCKET_FD_SET List of streams to be checked for send. Only streams which are ready for sending will remain in this list. strErrorSet SysSocket.SOCKET_FD_SET List of streams to be checked for errors. Only streams which are having an error will remain in this list. Output diReady DINT eLogCode ErrorCode
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)
FD_CLR (FUN) ¶ FUNCTION FD_CLR : UDINT Remove a socket from a fd set. InOut: Scope Name Type Return FD_CLR UDINT Input hSocket RTS_IEC_HANDLE pfs POINTER TO SysSocket.SOCKET_FD_SET
IPARRAY_TO_IPSTRING (FUN) ¶ FUNCTION IPARRAY_TO_IPSTRING : STRING Converts a byte array to a readable ip address string InOut: Scope Name Type Return IPARRAY_TO_IPSTRING STRING Input abyIPAddress ARRAY [0..3] OF BYTE