#include <enet.h>
Data Fields | |
ENetEventType | type |
type of the event | |
ENetPeer * | peer |
peer that generated a connect, disconnect or receive event | |
enet_uint8 | channelID |
channel on the peer that generated the event, if appropriate | |
enet_uint32 | data |
data associated with the event, if appropriate | |
ENetPacket * | packet |
packet associated with the event, if appropriate |