GNU
|
Liberty Eiffel
|
Automated Tests
|
Wiki
|
Savannah project
|
Debian packages
|
Documentation
>
libraries
>
SOCKET_ERRORS
+
Point of view
All features
ANY
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_number
:
INTEGER_32
effective function
{}
top
require
last_error
/= Void
net_tcp
(ip_a:
INTEGER_32
, ip_b:
INTEGER_32
, ip_c:
INTEGER_32
, ip_d:
INTEGER_32
, a_port:
INTEGER_32
, a_sync:
BOOLEAN
):
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
, a_sync:
BOOLEAN
):
INTEGER_32
{}
top
net_local
(a_port:
INTEGER_32
, a_sync:
BOOLEAN
):
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
], a_sync:
BOOLEAN
)
{}
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_last_error_try_again
:
BOOLEAN
{}
top
net_hostname
(a_hostname:
POINTER
):
INTEGER_32
{}
top
net_tcp_server
(port:
INTEGER_32
, a_sync:
BOOLEAN
):
INTEGER_32
{}
top
net_udp_server
(port:
INTEGER_32
, a_sync:
BOOLEAN
):
INTEGER_32
{}
top
net_local_server
(port:
INTEGER_32
, a_sync:
BOOLEAN
):
INTEGER_32
{}
top
net_bind_server
(socket:
INTEGER_32
, port:
INTEGER_32
, sockfamily:
INTEGER_32
):
INTEGER_32
{}
top
net_set_int_option
(fd:
INTEGER_32
, level:
INTEGER_32
, optname:
INTEGER_32
, opt_val:
INTEGER_32
):
INTEGER_32
{}
top
net_tcp_socket
(sync:
BOOLEAN
):
INTEGER_32
{}
top
net_udp_socket
(sync:
BOOLEAN
):
INTEGER_32
{}
top
net_local_socket
(sync:
BOOLEAN
):
INTEGER_32
{}
top
net_gethostname
:
POINTER
{}
top
net_sethostname
(hn:
POINTER
, size:
INTEGER_32
)
{}
top
net_getdomainname
:
POINTER
{}
top
net_setdomainname
(dn:
POINTER
, size:
INTEGER_32
)
{}
top
sol_socket
:
INTEGER_32
{}
top
so_reuse_addr
:
INTEGER_32
{}
top
af_inet
:
INTEGER_32
{}
top