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.
CSocket Member List

This is the complete list of members for CSocket, 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
CSocket(const CSocket &sock)CSocketprivate
DATA_ARRIVED enum valueCSocket
DATA_EXCEPTION enum valueCSocket
DATA_TIMED_OUT enum valueCSocket
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
m_sockDescCSocketprotected
NetworkLayerProtocol enum nameCSocket
OnDataRead(unsigned long timeToWait=ULONG_MAX)CSocketvirtual
operator<<(const string &sStr)CSocket
operator=(const CSocket &sock)CSocketprivate
operator>>(string &sStr)CSocket
ReadResult enum nameCSocket
Recv(void *buffer, int bufferLen)CSocket
Send(const void *buffer, int bufferLen)CSocket
SetBindToDevice(const string &sInterface)CSocket
SetNonBlocking(bool bBlocking)CSocket
SetReadBufferSize(unsigned int nSize)CSocket
SocketType enum nameCSocket
TcpSocket enum valueCSocket
UdpSocket enum valueCSocket
UnknownNetworkLayerProtocol enum valueCSocket
UnknownSocketType enum valueCSocket
~CSocket()CSocketvirtual