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

#include <enet.h>

Collaboration diagram for _ENetOutgoingCommand:

Data Fields

ENetProtocol command
 
enet_uint16 fragmentLength
 
enet_uint32 fragmentOffset
 
ENetListNode outgoingCommandList
 
ENetPacketpacket
 
enet_uint16 reliableSequenceNumber
 
enet_uint32 roundTripTimeout
 
enet_uint32 roundTripTimeoutLimit
 
enet_uint16 sendAttempts
 
enet_uint32 sentTime
 
enet_uint16 unreliableSequenceNumber
 

Field Documentation

ENetProtocol _ENetOutgoingCommand::command
enet_uint16 _ENetOutgoingCommand::fragmentLength
enet_uint32 _ENetOutgoingCommand::fragmentOffset
ENetListNode _ENetOutgoingCommand::outgoingCommandList
ENetPacket* _ENetOutgoingCommand::packet
enet_uint16 _ENetOutgoingCommand::reliableSequenceNumber
enet_uint32 _ENetOutgoingCommand::roundTripTimeout
enet_uint32 _ENetOutgoingCommand::roundTripTimeoutLimit
enet_uint16 _ENetOutgoingCommand::sendAttempts
enet_uint32 _ENetOutgoingCommand::sentTime
enet_uint16 _ENetOutgoingCommand::unreliableSequenceNumber

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