AMXX-BG.INFO sockets_hz.inc Functions

sockets_hz functions

All callable symbols documented in this include, grouped by declaration type.

Natives

Name Signature
socket_accept native socket_accept(_socket)
socket_change native socket_change(_socket, _timeout=100000)
socket_close native socket_close(_socket)
socket_getpeername native socket_getpeername(_socket, &family , data[] , length)
socket_listen native socket_listen(const _hostname[], _port, _protocol = SOCKET_TCP, &_error)
socket_open native socket_open(const _hostname[], _port, _protocol = SOCKET_TCP, &_error)
socket_recv native socket_recv(_socket, _data[], _length)
socket_send native socket_send(_socket, const _data[], _length)
socket_send2 native socket_send2(_socket, const _data[], _length)
socket_unblock native socket_unblock(_socket)