Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members
celClientEventData Class Reference
The data about a client event. More...
#include <physicallayer/nettypes.h>
Public Member Functions | |
celClientEventData () | |
celClientEventData (celClientEventData &event) | |
Public Attributes | |
celClientEventType | event_type |
The type of the event. | |
csTicks | event_time |
The time at which the event occured. | |
csRef< iCelDataBuffer > | event_data |
The persistent data of the event. | |
bool | reliable |
True if we need to be sure that the message has been received by the server. |
Detailed Description
The data about a client event.
Definition at line 333 of file nettypes.h.
Member Data Documentation
|
The persistent data of the event.
Definition at line 349 of file nettypes.h. |
|
The time at which the event occured.
Definition at line 344 of file nettypes.h. |
|
The type of the event.
Definition at line 339 of file nettypes.h. |
|
True if we need to be sure that the message has been received by the server.
Definition at line 354 of file nettypes.h. |
The documentation for this class was generated from the following file:
- physicallayer/nettypes.h
Generated for CEL: Crystal Entity Layer by doxygen 1.4.4