Select.Check
(METH)
METHOD Check : ERROR
- InOut:
Scope
Name
Type
Comment
Input
iTimeOut
INT
Time out in micro seconds
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.
Return
Check
Output
diReady
DINT