#include <UDP.h>
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) |
static void xvr2::Net::UDP::send | ( | const OldUDPSocket & | s, | |
const void * | buf, | |||
int | size, | |||
int | flags = 0 , |
|||
int | timeout = 0 | |||
) | [static] |
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] |
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] |