Orxonox  0.0.5 Codename: Arcturus
Public Attributes | List of all members
_ENetEvent Struct Reference

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...
 
ENetPacketpacket
 packet associated with the event, if appropriate More...
 
ENetPeerpeer
 peer that generated a connect, disconnect or receive event More...
 
ENetEventType type
 type of the event More...
 

Detailed Description

An ENet event as returned by enet_host_service().

See also
enet_host_service

Member Data Documentation

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


The documentation for this struct was generated from the following file: