ENet v1.3.18
Reliable UDP networking library
|
An ENet event as returned by enet_host_service(). More...
#include <enet.h>
Data Fields | |
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