JUCE
|
This is the complete list of members for InterprocessConnection, including all inherited members.
connectionLost()=0 | InterprocessConnection | pure virtual |
connectionMade()=0 | InterprocessConnection | pure 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() const | InterprocessConnection | |
getPipe() const noexcept | InterprocessConnection | |
getSocket() const noexcept | InterprocessConnection | |
InterprocessConnection(bool callbacksOnMessageThread=true, uint32 magicMessageHeaderNumber=0xf2b49e2c) | InterprocessConnection | |
isConnected() const | InterprocessConnection | |
messageReceived(const MemoryBlock &message)=0 | InterprocessConnection | pure virtual |
sendMessage(const MemoryBlock &message) | InterprocessConnection | |
~InterprocessConnection() | InterprocessConnection | virtual |