SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
UDPSocket Member List

This is the complete list of members for UDPSocket, including all inherited members.

BindLocalAddressAndPort(const string &localAddress, unsigned short localPort=0)CSocket
BindLocalPort(unsigned short localPort)CSocket
ConnectToHost(const string &foreignAddress, unsigned short foreignPort)CSocket
CSocket(SocketType type, NetworkLayerProtocol protocol)CSocketprotected
CSocket(int sockDesc)CSocketprotected
DATA_ARRIVED enum valueCSocket
DATA_EXCEPTION enum valueCSocket
DATA_TIMED_OUT enum valueCSocket
DisconnectFromHost()UDPSocket
FillAddr(const string &localAddress, unsigned short localPort, sockaddr_in &localAddr)CSocketprotectedstatic
GetLocalAddress()CSocket
GetLocalPort()CSocket
GetPeerAddress()CSocket
GetPeerPort()CSocket
GetReadBufferSize()CSocket
IPv4Protocol enum valueCSocket
IPv6Protocol enum valueCSocket
JoinGroup(const string &multicastGroup)UDPSocket
LeaveGroup(const string &multicastGroup)UDPSocket
m_sockDescCSocketprotected
NetworkLayerProtocol enum nameCSocket
OnDataRead(unsigned long timeToWait=ULONG_MAX)CSocketvirtual
operator<<(const string &sStr)CSocket
operator>>(string &sStr)CSocket
ReadResult enum nameCSocket
Recv(void *buffer, int bufferLen)CSocket
RecvDataGram(void *buffer, int bufferLen, string &sourceAddress, unsigned short &sourcePort)UDPSocket
Send(const void *buffer, int bufferLen)CSocket
SendDataGram(const void *buffer, int bufferLen, const string &foreignAddress, unsigned short foreignPort)UDPSocket
SetBindToDevice(const string &sInterface)CSocket
SetBroadcast()UDPSocketprivate
SetMulticastTTL(unsigned char multicastTTL)UDPSocket
SetNonBlocking(bool bBlocking)CSocket
SetReadBufferSize(unsigned int nSize)CSocket
SocketType enum nameCSocket
TcpSocket enum valueCSocket
UDPSocket()UDPSocket
UDPSocket(unsigned short localPort)UDPSocket
UDPSocket(const string &localAddress, unsigned short localPort)UDPSocket
UdpSocket enum valueCSocket
UnknownNetworkLayerProtocol enum valueCSocket
UnknownSocketType enum valueCSocket
~CSocket()CSocketvirtual