zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
UDPpacket Struct Reference

#include <SDL_net.h>

Public Attributes

IPaddress address
 
int channel
 
Uint8data
 
int len
 
int maxlen
 
int status
 

Detailed Description

Definition at line 183 of file SDL_net.h.

Member Data Documentation

IPaddress UDPpacket::address

Definition at line 189 of file SDL_net.h.

Referenced by Zeni::UDP_Socket::receive(), SDLNet_UDP_RecvV(), and SDLNet_UDP_SendV().

int UDPpacket::channel

Definition at line 184 of file SDL_net.h.

Referenced by SDLNet_UDP_RecvV(), SDLNet_UDP_Send(), and SDLNet_UDP_SendV().

Uint8* UDPpacket::data
int UDPpacket::len

Definition at line 186 of file SDL_net.h.

Referenced by Zeni::UDP_Socket::receive(), SDLNet_UDP_RecvV(), SDLNet_UDP_SendV(), and SendBuf().

int UDPpacket::maxlen

Definition at line 187 of file SDL_net.h.

Referenced by SDLNet_AllocPacket(), SDLNet_ResizePacket(), SDLNet_UDP_RecvV(), and SendBuf().

int UDPpacket::status

Definition at line 188 of file SDL_net.h.

Referenced by SDLNet_UDP_RecvV(), and SDLNet_UDP_SendV().


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