|
Access to error messages. Usually set when some SOCKET could not be built. |
Plugin
| last_error: STRING |
| last_error_memory: STRING |
| net_tcp (ip_a: INTEGER, ip_b: INTEGER, ip_c: INTEGER, ip_d: INTEGER, a_port: INTEGER): INTEGER |
| net_udp (ip_a: INTEGER, ip_b: INTEGER, ip_c: INTEGER, ip_d: INTEGER, a_port: INTEGER): INTEGER |
| net_local (a_port: INTEGER): INTEGER |
| net_select (a_fd: INTEGER, a_timeout: REAL): INTEGER |
| net_read (a_fd: INTEGER, a_count: INTEGER, a_buffer: POINTER): INTEGER |
| net_write (a_fd: INTEGER, a_count: INTEGER, a_buffer: NATIVE_ARRAY [E_][CHARACTER]): INTEGER |
| net_accept (a_fd: INTEGER, a_val: NATIVE_ARRAY [E_][INTEGER]) |
| net_disconnect (a_fd: INTEGER) |
| net_shutdown (a_fd: INTEGER) |
| net_last_error: POINTER |
| net_last_error_number: INTEGER |
| net_hostname (a_hostname: POINTER): INTEGER |
| net_tcp_server (port: INTEGER): INTEGER |
| net_udp_server (port: INTEGER): INTEGER |
| net_local_server (port: INTEGER): INTEGER |