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::ChildProcessCoordinator::Connection Member List

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

Connection(ChildProcessCoordinator &m, const String &pipeName, int timeout) (defined in juce::ChildProcessCoordinator::Connection)juce::ChildProcessCoordinator::Connection
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
isConnected() constjuce::InterprocessConnection
Notify enum namejuce::InterprocessConnection
sendMessage(const MemoryBlock &message)juce::InterprocessConnection
startPinging() (defined in juce::ChildProcessCoordinator::Connection)juce::ChildProcessCoordinator::Connection
~Connection() override (defined in juce::ChildProcessCoordinator::Connection)juce::ChildProcessCoordinator::Connection
~InterprocessConnection()juce::InterprocessConnectionvirtual