|
Torque2D Reference
|
#include <platformNet.h>
Public Member Functions | |
| NetSocket () | |
| void | setHandle (S32 handleId) |
| S32 | getHandle () const |
| U32 | getHash () const |
| bool | operator== (const NetSocket &other) const |
| bool | operator!= (const NetSocket &other) const |
Static Public Member Functions | |
| static NetSocket | fromHandle (S32 handleId) |
Static Public Attributes | |
| static NetSocket | INVALID = NetSocket::fromHandle(-1) |
Protected Attributes | |
| S32 | mHandle |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
protected |