#include "nxwcommn.h"#include "packets.h"#include "network.h"#include "globals.h"#include "chars.h"#include "party.h"Functions | |
| void | reciveFromSocket (NXWSOCKET socket, char *b, int size, int &from) |
| get From Client | |
| void | reciveStringFromSocket (NXWSOCKET socket, string &s, int lenght, int &from) |
| read a string from socket buffer | |
| void | reciveUnicodeStringFromSocket (NXWSOCKET s, wstring &c, int &from, int size) |
| read an unicode string from socket buffer | |
Variables | |
| wstring | emptyUnicodeString |
| char | stringTerminator = 0x00 |
| char | unicodeStringTerminator [2] = { 0x00, 0x00 } |
|
|
Value: packet macro
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
get From Client
|
|
||||||||||||||||||||
|
read a string from socket buffer
|
|
||||||||||||||||||||
|
read an unicode string from socket buffer
|
|
|
|
|
|
|
|
|
|