JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
juce::InterprocessConnection Member List

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

connectionLost()=0juce::InterprocessConnectionpure virtual
connectionMade()=0juce::InterprocessConnectionpure virtual
connectToPipe(const String &pipeName, int pipeReceiveMessageTimeoutMs)juce::InterprocessConnection
connectToSocket(const String &hostName, int portNumber, int timeOutMillisecs)juce::InterprocessConnection
createPipe(const String &pipeName, int pipeReceiveMessageTimeoutMs, bool mustNotExist=false)juce::InterprocessConnection
disconnect(int timeoutMs=-1, Notify notify=Notify::yes)juce::InterprocessConnection
getConnectedHostName() constjuce::InterprocessConnection
getPipe() const noexceptjuce::InterprocessConnection
getSocket() const noexceptjuce::InterprocessConnection
InterprocessConnection(bool callbacksOnMessageThread=true, uint32 magicMessageHeaderNumber=0xf2b49e2c)juce::InterprocessConnection
InterprocessConnectionServer (defined in juce::InterprocessConnection)juce::InterprocessConnectionfriend
isConnected() constjuce::InterprocessConnection
messageReceived(const MemoryBlock &message)=0juce::InterprocessConnectionpure virtual
Notify enum namejuce::InterprocessConnection
sendMessage(const MemoryBlock &message)juce::InterprocessConnection
~InterprocessConnection()juce::InterprocessConnectionvirtual