xvr2::Net::UDP Class Reference

#include <UDP.h>

List of all members.


Detailed Description

Definition at line 15 of file UDP.h.


Static Public Member Functions

static void send (const OldUDPSocket &s, const void *buf, int size, int flags=0, int timeout=0)
static void send (const IPv4Address &a, int port, const void *buf, int size, int flags=0, int timeout=0)
static int receive (const OldUDPServerSocket &s, void *buf, int size, int flags=0, int timeout=-1)
static int receive (const IPv4Address &a, int port, void *buf, int size, int flags=0, int timeout=-1)
static int receive (int port, void *buf, int size, int flags=0, int timeout=-1)

Member Function Documentation

static void xvr2::Net::UDP::send ( const OldUDPSocket s,
const void *  buf,
int  size,
int  flags = 0,
int  timeout = 0 
) [static]

Deprecated:
This method is going to be dropped in xvr2net from version 0.8.3 ahead. please take measures to stop using it.

static void xvr2::Net::UDP::send ( const IPv4Address a,
int  port,
const void *  buf,
int  size,
int  flags = 0,
int  timeout = 0 
) [static]

static int xvr2::Net::UDP::receive ( const OldUDPServerSocket s,
void *  buf,
int  size,
int  flags = 0,
int  timeout = -1 
) [static]

Deprecated:
This method is going to be dropped in xvr2net from version 0.8.3 ahead. please take measures to stop using it.

static int xvr2::Net::UDP::receive ( const IPv4Address a,
int  port,
void *  buf,
int  size,
int  flags = 0,
int  timeout = -1 
) [static]

static int xvr2::Net::UDP::receive ( int  port,
void *  buf,
int  size,
int  flags = 0,
int  timeout = -1 
) [static]


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

Generated on Fri Jun 20 22:56:03 2008 for X-VR2 SDK by  doxygen 1.5.5