Tilde Friends
|
Functions | |
JSValue | tf_socket_register (JSContext *context) |
int | tf_socket_get_count () |
int | tf_socket_get_open_count () |
Exposes network sockets to script.
int tf_socket_get_count | ( | ) |
Get the number of active socket objects.
int tf_socket_get_open_count | ( | ) |
Get the number of connected socket objects.
JSValue tf_socket_register | ( | JSContext * | context | ) |
Register the socket script interface.
context | The JS context. |