home
wiki
classes/clusters list
class information
+
Point of view
All features
ANY
INTERNALS_HANDLER
All features
expanded class SOCKET_ERRORS
Summary
top
Access to error messages. Usually set when some
SOCKET
could not be built.
Direct parents
insert list:
SOCKET_PLUG_IN
Overview
top
last_error
:
STRING
effective function
top
last_error_memory
:
STRING
constant attribute
top
net_tcp
(ip_a:
INTEGER_32
, ip_b:
INTEGER_32
, ip_c:
INTEGER_32
, ip_d:
INTEGER_32
, a_port:
INTEGER_32
):
INTEGER_32
top
net_udp
(ip_a:
INTEGER_32
, ip_b:
INTEGER_32
, ip_c:
INTEGER_32
, ip_d:
INTEGER_32
, a_port:
INTEGER_32
):
INTEGER_32
top
net_local
(a_port:
INTEGER_32
):
INTEGER_32
top
net_select
(a_fd:
INTEGER_32
, a_timeout:
REAL_64
):
INTEGER_32
top
net_read
(a_fd:
INTEGER_32
, a_count:
INTEGER_32
, a_buffer:
POINTER
, sync:
BOOLEAN
):
INTEGER_32
top
net_write
(a_fd:
INTEGER_32
, a_count:
INTEGER_32
, a_buffer:
NATIVE_ARRAY
[
CHARACTER
]):
INTEGER_32
top
net_accept
(a_fd:
INTEGER_32
, a_val:
NATIVE_ARRAY
[
INTEGER_32
])
top
net_disconnect
(a_fd:
INTEGER_32
)
top
net_shutdown
(a_fd:
INTEGER_32
)
top
net_last_error
:
POINTER
top
net_last_error_number
:
INTEGER_32
top
net_hostname
(a_hostname:
POINTER
):
INTEGER_32
top
net_tcp_server
(port:
INTEGER_32
):
INTEGER_32
top
net_udp_server
(port:
INTEGER_32
):
INTEGER_32
top
net_local_server
(port:
INTEGER_32
):
INTEGER_32
top