# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLNET::CBufferizedOutPacket Struct Reference

List of all members.

Public Methods

 CBufferizedOutPacket (CUdpSock *client, const uint8 *packet, uint32 packetSize, uint32 delay, const CInetAddress *addr)
 ~CBufferizedOutPacket ()

Public Attributes

CUdpSockClient
uint8Packet
uint32 PacketSize
TTime Time
CInetAddressAddr

Constructor & Destructor Documentation

NLNET::CBufferizedOutPacket::CBufferizedOutPacket CUdpSock   client,
const uint8   packet,
uint32    packetSize,
uint32    delay,
const CInetAddress   addr
[inline]
 

Definition at line 47 of file udp_sim_sock.cpp.

References Addr, addr, Client, nlassert, Packet, PacketSize, and Time.

NLNET::CBufferizedOutPacket::~CBufferizedOutPacket   [inline]
 

Definition at line 68 of file udp_sim_sock.cpp.

References Addr, Client, nlassert, Packet, PacketSize, and Time.


Member Data Documentation

CInetAddress* NLNET::CBufferizedOutPacket::Addr
 

Definition at line 84 of file udp_sim_sock.cpp.

Referenced by CBufferizedOutPacket, and ~CBufferizedOutPacket.

CUdpSock* NLNET::CBufferizedOutPacket::Client
 

Definition at line 80 of file udp_sim_sock.cpp.

Referenced by CBufferizedOutPacket, and ~CBufferizedOutPacket.

uint8* NLNET::CBufferizedOutPacket::Packet
 

Definition at line 81 of file udp_sim_sock.cpp.

Referenced by CBufferizedOutPacket, and ~CBufferizedOutPacket.

uint32 NLNET::CBufferizedOutPacket::PacketSize
 

Definition at line 82 of file udp_sim_sock.cpp.

Referenced by CBufferizedOutPacket, and ~CBufferizedOutPacket.

TTime NLNET::CBufferizedOutPacket::Time
 

Definition at line 83 of file udp_sim_sock.cpp.

Referenced by CBufferizedOutPacket, and ~CBufferizedOutPacket.


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