SysSockAsyncFB.SysSockSetIpAddressAsync (METH) ¶ METHOD SysSockSetIpAddressAsync : RTS_IEC_HANDLE For details, see node “Documentation” InOut: Scope Name Type Comment Return SysSockSetIpAddressAsync RTS_IEC_HANDLE Input pParam POINTER TO tSysSockSetIpAddress pudState POINTER TO UDINT pResult POINTER TO RTS_IEC_RESULT Result of Jobadd
SysSockAsyncFB.SysSockSetOptionAsync (METH) ¶ METHOD SysSockSetOptionAsync : RTS_IEC_HANDLE For details, see node “Documentation” InOut: Scope Name Type Comment Return SysSockSetOptionAsync RTS_IEC_HANDLE Input pParam POINTER TO tSysSockSetOption pudState POINTER TO UDINT pResult POINTER TO RTS_IEC_RESULT Result of Jobadd
SysSockAsyncFB.SysSockSetSubnetMaskAsync (METH) ¶ METHOD SysSockSetSubnetMaskAsync : RTS_IEC_HANDLE For details, see node “Documentation” InOut: Scope Name Type Comment Return SysSockSetSubnetMaskAsync RTS_IEC_HANDLE Input pParam POINTER TO tSysSockSetSubnetMask pudState POINTER TO UDINT pResult POINTER TO RTS_IEC_RESULT Result of Jobadd
SysSockAsyncFB.SysSockShutdownAsync (METH) ¶ METHOD SysSockShutdownAsync : RTS_IEC_HANDLE For details, see node “Documentation” InOut: Scope Name Type Comment Return SysSockShutdownAsync RTS_IEC_HANDLE Input pParam POINTER TO tSysSockShutdown pudState POINTER TO UDINT pResult POINTER TO RTS_IEC_RESULT Result of Jobadd
Wrapper ¶ SysSockAcceptAsyncWrapper (Method) SysSockBindAsyncWrapper (Method) SysSockCloseAsyncWrapper (Method) SysSockCloseUdpAsyncWrapper (Method) SysSockConnectAsyncWrapper (Method) SysSockCreateAsyncWrapper (Method) SysSockCreateUdpAsyncWrapper (Method) SysSockGetHostByNameAsyncWrapper (Method) SysSockGetHostnameAsyncWrapper (Method) SysSockGetOptionAsyncWrapper (Method) SysSockGetOsHandleAsyncWrapper (Method) SysSockGetRecvSizeUdpAsyncWrapper (Method) SysSockGetSubnetMaskAsyncWrapper (Method) SysSockHtonlAsyncWrapper (Method) SysSockHtonsAsyncWrapper (Method) SysSockInetAddrAsyncWrapper (Method) SysSockInetNtoaAsyncWrapper (Method) SysSockIoctlAsyncWrapper (Method) SysSockListenAsyncWrapper (Method) SysSockNtohlAsyncWrapper (Method) SysSockNtohsAsyncWrapper (Method) SysSockPingAsyncWrapper (Method) SysSockRecvAsyncWrapper (Method) SysSockRecvFromAsyncWrapper (Method) SysSockRecvFromUdpAsyncWrapper (Method) SysSockSelectAsyncWrapper (Method) SysSockSendAsyncWrapper (Method) SysSockSendToAsyncWrapper (Method) SysSockSendToUdpAsyncWrapper (Method) SysSockSetIpAddressAsyncWrapper (Method) SysSockSetOptionAsyncWrapper (Method) SysSockSetSubnetMaskAsyncWrapper (Method) SysSockShutdownAsyncWrapper (Method)
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
GetText (FUN) ¶ FUNCTION GetText : ReturnValues This function returns the language specific text of a textlist as STRING. InOut: Scope Name Type Comment Return GetText ReturnValues Possible last error values: ERR_INSUFFICIENT_BUFFER ERR_PARAMETER ERR_FAILED ERR_OK see ReturnValues (ENUM) where possible error reasons are described. Inout Const sTextList STRING The textlist name sTextIndex STRING The textlist id Input psText POINTER TO STRING The buffer where the result text should be returned diSize DINT The size of the parameter psText in byte that the parameter SIZEOF() can be used
TextListUtils ¶ GetText (Function) GetTextListInfo (Function) GetTextW (Function) ReturnValues (Enum) TextListInfo ITextListInfo (Interface) GetIdIterator (Method) Name (Property) NumberOfEntries (Property) Release (Method)
GetTextListInfo (FUN) ¶ FUNCTION GetTextListInfo : ITextListInfo Use this method to retrieve information about a given TextList. .. note: Call :ref:`ITextListInfo.Release()` on returned value when you do not need it anymore. InOut: Scope Name Type Comment Return GetTextListInfo ITextListInfo Information about the given TextList. Will be null if the TextList can not be found or contains no entries. Inout Const stTextListName STRING(255) The name of the textlist to search for