enet  v1.3.12
reliable UDP networking library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
_ENetEvent Struct Reference

An ENet event as returned by enet_host_service(). More...

#include <enet.h>

Collaboration diagram for _ENetEvent:

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...
 
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

Field 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: