#include <NetMsg.h>
List of all members.
Static Public Member Functions |
static const char * | TYPENAME () |
Detailed Description
Definition at line 27 of file NetMsg.h.
Member Enumeration Documentation
- Enumerator:
-
Definition at line 37 of file NetMsg.h.
- Enumerator:
RELIABLE |
|
PRIORITY |
|
SCATTER |
|
Definition at line 32 of file NetMsg.h.
- Enumerator:
INVALID |
|
RESERVED |
|
MULTIPART |
|
Definition at line 33 of file NetMsg.h.
Constructor & Destructor Documentation
NetMsg::NetMsg |
( |
DWORD |
nid, |
|
|
void * |
d, |
|
|
int |
l, |
|
|
BYTE |
f = 0 |
|
) |
| |
NetMsg::NetMsg |
( |
DWORD |
nid, |
|
|
BYTE |
type, |
|
|
const char * |
text, |
|
|
int |
len, |
|
|
BYTE |
f = 0 |
|
) |
| |
Member Function Documentation
const BYTE* NetMsg::Data |
( |
| ) |
const |
|
inline |
BYTE NetMsg::Flags |
( |
| ) |
const |
|
inline |
bool NetMsg::IsPriority |
( |
| ) |
const |
|
inline |
bool NetMsg::IsReliable |
( |
| ) |
const |
|
inline |
bool NetMsg::IsScatter |
( |
| ) |
const |
|
inline |
int NetMsg::Length |
( |
| ) |
const |
|
inline |
DWORD NetMsg::NetID |
( |
| ) |
const |
|
inline |
int NetMsg::operator< |
( |
const NetMsg & |
m | ) |
const |
int NetMsg::operator== |
( |
const NetMsg & |
m | ) |
const |
|
inline |
DWORD NetMsg::Sequence |
( |
| ) |
const |
|
inline |
void NetMsg::SetSequence |
( |
DWORD |
s | ) |
|
|
inline |
BYTE NetMsg::Type |
( |
| ) |
const |
|
inline |
static const char* NetMsg::TYPENAME |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: