+
Point of view
All features
class SELECT
Summary
Direct parents
Insert list: ANY
Overview
Creation features
{ANY}
  • make
    Connect to the server started by the SOCKETS class in the same cluster.
Features
{ANY}
events: EVENTS_SET
writable attribute
{ANY}
make
effective procedure
{ANY}
Connect to the server started by the SOCKETS class in the same cluster.
You must compile and start it first.
read (ms: INTEGER_32)
effective procedure
{ANY}
writable attribute
{ANY}
connect_to (host: STRING, port: INTEGER_32)
effective procedure
{ANY}
connect TCP stream to destination host and port
is_connected: BOOLEAN
effective function
{ANY}
is the stream connected
disconnect
effective procedure
{ANY}
disconnect the stream
require ensure