|
Torque2D Reference
|
#include <platformNetAsync.h>
Public Member Functions | |
| NetAsync () | |
| void | queueLookup (const char *remoteAddr, NetSocket socket) |
| bool | checkLookup (NetSocket socket, void *out_h_addr, int *out_h_length, int out_h_addr_size) |
| bool | isRunning () |
| void | run () |
| void | stop () |
Static Public Member Functions | |
| static void | startAsync () |
| static void | stopAsync () |
|
inline |
| bool checkLookup | ( | NetSocket | socket, |
| void * | out_h_addr, | ||
| int * | out_h_length, | ||
| int | out_h_addr_size | ||
| ) |
|
inline |
| void queueLookup | ( | const char * | remoteAddr, |
| NetSocket | socket | ||
| ) |
| void run | ( | ) |
|
static |
|
inline |
|
static |