+
Point of view
All features
deferred class IPV4_ACCESS
Summary
Direct parents
Inherit list: ACCESS
Known children
Inherit list: TCP_ACCESS, UDP_ACCESS
Overview
Features
{ANY}
{IPV4_ADDRESS}
{ANY}
{}
port: INTEGER_32
writable attribute
{ANY}
new_ipv4_socket (a: INTEGER_32, b: INTEGER_32, c: INTEGER_32, d: INTEGER_32): SOCKET
deferred function
ensure
  • Result /= Void
address: ADDRESS
writable attribute
{ANY}
The host of the server
error: STRING
writable attribute
{ANY}
If an error occurred
server: SOCKET_SERVER
deferred function
{ANY}
Start a server on the given access on localhost, listening to connections bound to the given address.
effective function
{ANY}
Open a connection to the remote address and access.
ensure
  • error = Void implies Result.is_connected
effective function
{}
socket: SOCKET
effective function
{}
Create a low-level socket connected to the remote address and host.
ensure
  • error = Void implies Result.is_connected