Orxonox
0.0.5 Codename: Arcturus
|
An ENet event as returned by enet_host_service(). More...
#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/enet/enet.h>
Public Attributes | |
enet_uint8 | channelID |
channel on the peer that generated the event, if appropriate More... | |
enet_uint32 | data |
data associated with the event, if appropriate More... | |
ENetPacket * | packet |
packet associated with the event, if appropriate More... | |
ENetPeer * | peer |
peer that generated a connect, disconnect or receive event More... | |
ENetEventType | type |
type of the event More... | |
An ENet event as returned by enet_host_service().
enet_uint8 _ENetEvent::channelID |
channel on the peer that generated the event, if appropriate
enet_uint32 _ENetEvent::data |
data associated with the event, if appropriate
ENetPacket* _ENetEvent::packet |
packet associated with the event, if appropriate
ENetPeer* _ENetEvent::peer |
peer that generated a connect, disconnect or receive event
ENetEventType _ENetEvent::type |
type of the event