NetHack Proxy Reference Manual |
---|
NhExt Sub-protocol 0NhExt Sub-protocol 0 — Communicating using sub-protocol 0 of the NhExt standard |
#include <nhproxy/nhproxy.h> struct nhproxy_line* nhproxy_subprotocol0_read_line (void); nhproxy_bool_t nhproxy_subprotocol0_write_line (struct nhproxy_line *line); void nhproxy_subprotocol0_free_line (struct nhproxy_line *line); char* nhproxy_subprotocol0_get_failed_packet (int *nb);
struct nhproxy_line* nhproxy_subprotocol0_read_line (void);
Returns : |
nhproxy_bool_t nhproxy_subprotocol0_write_line (struct nhproxy_line *line);
line : | |
Returns : |
void nhproxy_subprotocol0_free_line (struct nhproxy_line *line);
line : |
<< Remote Procedure Calls | Compound XDR >> |