celServerEventData Class Reference
The data about a server event. More...
#include <physicallayer/nettypes.h>
Public Attributes | |
csRef< iCelDataBuffer > | event_data |
The persistent data of the event. | |
csTicks | event_time |
The time at which the event occured. | |
celServerEventType | event_type |
The type of the event. | |
bool | reliable |
True if we need to be sure that the message has been received by the client. |
Detailed Description
The data about a server event.
Definition at line 302 of file nettypes.h.
Member Data Documentation
The persistent data of the event.
Definition at line 318 of file nettypes.h.
csTicks celServerEventData::event_time |
The time at which the event occured.
Definition at line 313 of file nettypes.h.
celServerEventType celServerEventData::event_type |
The type of the event.
Definition at line 308 of file nettypes.h.
True if we need to be sure that the message has been received by the client.
Definition at line 324 of file nettypes.h.
The documentation for this class was generated from the following file:
- physicallayer/nettypes.h
Generated for CEL: Crystal Entity Layer 1.4.1 by doxygen 1.7.1