class MgcpUdpStack


Inheritance:


Public Methods

MgcpUdpStack(const char* serverName, int aPort )

Protected Fields

int port
struct sockaddr_in rxAddress
address of computer that will receive the packets
int socketFd
file descriptor of socket
struct sockaddr_in txAddress
address of computer that is sending the packets

Documentation

MgcpUdpStack(const char* serverName, int aPort )

int port

int socketFd
file descriptor of socket

struct sockaddr_in rxAddress
address of computer that will receive the packets

struct sockaddr_in txAddress
address of computer that is sending the packets


Direct child classes:
MgcpUdpTransmitter
MgcpUdpReceiver

alphabetic index hierarchy of classes


generated by doc++