NetHack Proxy Reference Manual |
---|
Non-blocking I/ONon-blocking I/O — Reading and writing data from blockable streams without blocking |
#include <nhproxy/nhproxy.h> NhProxyNB* nhproxy_nb_open (nhproxy_io_func func, nhproxy_genericptr_t handle); nhproxy_bool_t nhproxy_nb_close (NhProxyNB *nb); int nhproxy_nb_read (NhProxyNB *nb, char *buf, int bytes, int blocking);
NhProxyNB* nhproxy_nb_open (nhproxy_io_func func, nhproxy_genericptr_t handle);
func : | |
handle : | |
Returns : |
<< Packet I/O | Constants Defined by the NhExt Standard >> |