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
Stream.Create (METH) ¶ METHOD Create : ERROR Creates a new Stream. InOut: Scope Name Type Return Create ERROR Input hSocket SysTypes.RTS_IEC_HANDLE
Stream.FdSet (METH) ¶ METHOD FdSet Adds the stream’s socket to the file descriptor set InOut: Scope Name Type Inout socketFD_SET SysSocket.SOCKET_FD_SET
Stream.GetOption (METH) ¶ METHOD GetOption : ERROR Get a certain option from the socket InOut: Scope Name Type Comment Input diOption DINT requested option Return GetOption ERROR Output diValue DINT Value of the requested option
CurTime (FB) ¶ FUNCTION_BLOCK CurTime InOut: Scope Name Type Inout SystemTime SysTime64
CurTimeEx (FB) ¶ FUNCTION_BLOCK CurTimeEx InOut: Scope Name Type Inout SystemTime SysTime64 TimeDate SystemTimeDate