Matrix1 Utility Plug-ins

PERFORM CHECKLIST FOR SOCKETS


Syntax

PERFORM CHECKLIST FOR SOCKETS
PERFORM CHECKLIST FOR SOCKETS SocketType

Description

Puts details of all open socket handles into the checklist.

When this command it run, the checklist is populated with details of all sockets. These include:

CHECKLIST STRING$ is set to the name assigned by SET SOCKET NAME
CHECKLIST VALUE A is set to the socket handle
CHECKLIST VALUE B is set to 1 for a TCP socket or 2 for a UDP socket
CHECKLIST VALUE C is set to 1 for a listening socket, 2 for a data socket, or 0 for a socket that currently has no assigned use. UDP sockets always report as a data socket.
CHECKLIST VALUE D is set to 1 for a blocking socket, or 0 for a non-blocking socket

If a type is specified as an argument, only the sockets of the specified type are selected (as per the CHECKLIST VALUE B values).

Go back to ...

Matrix1Util_28 Commands Menu
Matrix1 Utils Main Index
Matrix1 Utils Command List
Commands Menu
Main Menu

Copyright © Ian Mold - Matrix1 Software 2006 - 2011