[][src]Constant enet_sys::_ENetEventType_ENET_EVENT_TYPE_RECEIVE

pub const _ENetEventType_ENET_EVENT_TYPE_RECEIVE: _ENetEventType

a packet has been received from a peer. The peer field specifies the peer which sent the packet. The channelID field specifies the channel number upon which the packet was received. The packet field contains the packet that was received; this packet must be destroyed with enet_packet_destroy after use.