RTS_IEC_HANDLE (ALIAS) ¶ TYPE RTS_IEC_HANDLE : POINTER TO BYTE
RTS_IEC_SIZE (ALIAS) ¶ TYPE RTS_IEC_SIZE : POINTER TO BYTE
RTS_IEC_RESULT (ALIAS) ¶ TYPE RTS_IEC_RESULT : UDINT
XWORD (ALIAS) ¶ TYPE XWORD : __XWORD
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 16:12:15 companyName string 3S-Smart Software Solutions GmbH libraryFile SysTypes2_Itfs.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile SysTypes2_Itfs.clean.json version version 2.0.0.0 ProjectInformation ContainerLibrary bool True IsInterfaceLibrary True Released True LastModificationDateTime date 20.04.2021, 16:12:15 LibraryCategories library-category-list System|SysLibs Author string 3S-Smart Software Solutions GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 DefaultNamespace SysTypes Description See: Description Project SysTypes2_Itfs Title SysTypes2 Interfaces Version version 3.5.17.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces.
Stream.CheckReceive (METH) ¶ METHOD CheckReceive : BOOL TRUE: Stream is ready to receive data. InOut: Scope Name Type Return CheckReceive BOOL
Stream.CheckSend (METH) ¶ METHOD CheckSend : BOOL TRUE: Stream is ready to send data. InOut: Scope Name Type Return CheckSend BOOL
Stream.Close (METH) ¶ METHOD Close : ERROR Closes the stream. InOut: Scope Name Type Return Close ERROR
Stream.FdIsSet (METH) ¶ METHOD FdIsSet : BOOL Returns TRUE if the stream’s socket is part of the file descriptor set InOut: Scope Name Type Return FdIsSet BOOL Input socketFD_SET SysSocket.SOCKET_FD_SET