#include <netstructs.h>
Inheritance diagram for NetBasicData:
Public Member Functions | |
Uint32 | type () |
void | setType (Uint32 t) |
Protected Attributes | |
Uint32 | nType |
The packet's type in NBO. |
Uint32 NetBasicData::type | ( | ) | [inline] |
void NetBasicData::setType | ( | Uint32 | t | ) | [inline] |
Sets the packet's type.
t | the type-id (in OSBO), it will be converted to NBO |