#include <netstructs.h>
Inheritance diagram for NetValue32Data:
Public Member Functions | |
NetValue32Data (Uint32 typ=0) | |
Uint32 | get () |
| |
void | set (Uint32 v) |
sets the value | |
Protected Attributes | |
Uint32 | nValue |
the 32-Bit value in NBO |
NetValue32Data::NetValue32Data | ( | Uint32 | typ = 0 |
) | [inline] |
typ | the type of the package |
void NetValue32Data::set | ( | Uint32 | v | ) | [inline] |
sets the value
v | the value in OSBO |