Open Ephys GUI
 All Classes Functions Variables
UDPSocket Member List

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

cleanUp()Socketstatic
CommunicatingSocket(int type, int protocol) (defined in CommunicatingSocket)CommunicatingSocketprotected
CommunicatingSocket(int newConnSD) (defined in CommunicatingSocket)CommunicatingSocketprotected
connect(const string &foreignAddress, unsigned short foreignPort)CommunicatingSocket
disconnect()UDPSocket
getForeignAddress()CommunicatingSocket
getForeignPort()CommunicatingSocket
getLocalAddress()Socket
getLocalPort()Socket
joinGroup(const string &multicastGroup)UDPSocket
leaveGroup(const string &multicastGroup)UDPSocket
recv(void *buffer, int bufferLen)CommunicatingSocket
recvFrom(void *buffer, int bufferLen, string &sourceAddress, unsigned short &sourcePort)UDPSocket
resolveService(const string &service, const string &protocol="tcp")Socketstatic
send(const void *buffer, int bufferLen)CommunicatingSocket
sendTo(const void *buffer, int bufferLen, const string &foreignAddress, unsigned short foreignPort)UDPSocket
setLocalAddressAndPort(const string &localAddress, unsigned short localPort=0)Socket
setLocalPort(unsigned short localPort)Socket
setMulticastTTL(unsigned char multicastTTL)UDPSocket
sockDesc (defined in Socket)Socketprotected
Socket(int type, int protocol) (defined in Socket)Socketprotected
Socket(int sockDesc) (defined in Socket)Socketprotected
UDPSocket()UDPSocket
UDPSocket(unsigned short localPort)UDPSocket
UDPSocket(const string &localAddress, unsigned short localPort)UDPSocket
~Socket()Socket