Open Ephys GUI
 All Classes Functions Variables
CommunicatingSocket Member List

This is the complete list of members for CommunicatingSocket, 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
getForeignAddress()CommunicatingSocket
getForeignPort()CommunicatingSocket
getLocalAddress()Socket
getLocalPort()Socket
recv(void *buffer, int bufferLen)CommunicatingSocket
resolveService(const string &service, const string &protocol="tcp")Socketstatic
send(const void *buffer, int bufferLen)CommunicatingSocket
setLocalAddressAndPort(const string &localAddress, unsigned short localPort=0)Socket
setLocalPort(unsigned short localPort)Socket
sockDesc (defined in Socket)Socketprotected
Socket(int type, int protocol) (defined in Socket)Socketprotected
Socket(int sockDesc) (defined in Socket)Socketprotected
~Socket()Socket