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

#include <protocol.h>

Collaboration diagram for _ENetProtocol:

Data Fields

ENetProtocolAcknowledge acknowledge
 
ENetProtocolBandwidthLimit bandwidthLimit
 
ENetProtocolConnect connect
 
ENetProtocolDisconnect disconnect
 
ENetProtocolCommandHeader header
 
ENetProtocolPing ping
 
ENetProtocolSendFragment sendFragment
 
ENetProtocolSendReliable sendReliable
 
ENetProtocolSendUnreliable sendUnreliable
 
ENetProtocolSendUnsequenced sendUnsequenced
 
ENetProtocolThrottleConfigure throttleConfigure
 
ENetProtocolVerifyConnect verifyConnect
 

Field Documentation

ENetProtocolAcknowledge _ENetProtocol::acknowledge
ENetProtocolBandwidthLimit _ENetProtocol::bandwidthLimit
ENetProtocolConnect _ENetProtocol::connect

Referenced by enet_host_connect().

ENetProtocolDisconnect _ENetProtocol::disconnect
ENetProtocolPing _ENetProtocol::ping
ENetProtocolSendFragment _ENetProtocol::sendFragment

Referenced by enet_peer_send().

ENetProtocolSendReliable _ENetProtocol::sendReliable

Referenced by enet_peer_send().

ENetProtocolSendUnreliable _ENetProtocol::sendUnreliable

Referenced by enet_peer_send().

ENetProtocolSendUnsequenced _ENetProtocol::sendUnsequenced

Referenced by enet_peer_send().

ENetProtocolThrottleConfigure _ENetProtocol::throttleConfigure
ENetProtocolVerifyConnect _ENetProtocol::verifyConnect

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