JUCE
InterprocessConnection Member List

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

connectionLost()=0InterprocessConnectionpure virtual
connectionMade()=0InterprocessConnectionpure virtual
connectToPipe(const String &pipeName, int pipeReceiveMessageTimeoutMs)InterprocessConnection
connectToSocket(const String &hostName, int portNumber, int timeOutMillisecs)InterprocessConnection
createPipe(const String &pipeName, int pipeReceiveMessageTimeoutMs, bool mustNotExist=false)InterprocessConnection
disconnect()InterprocessConnection
getConnectedHostName() constInterprocessConnection
getPipe() const noexceptInterprocessConnection
getSocket() const noexceptInterprocessConnection
InterprocessConnection(bool callbacksOnMessageThread=true, uint32 magicMessageHeaderNumber=0xf2b49e2c)InterprocessConnection
isConnected() constInterprocessConnection
messageReceived(const MemoryBlock &message)=0InterprocessConnectionpure virtual
sendMessage(const MemoryBlock &message)InterprocessConnection
~InterprocessConnection()InterprocessConnectionvirtual