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
Public Member Functions | List of all members
juce::OSCSender::Pimpl Struct Reference

Public Member Functions

bool connect (const String &newTargetHost, int newTargetPort)
 
bool connectToSocket (DatagramSocket &newSocket, const String &newTargetHost, int newTargetPort)
 
bool disconnect ()
 
bool send (const OSCMessage &message, const String &hostName, int portNumber)
 
bool send (const OSCBundle &bundle, const String &hostName, int portNumber)
 
bool send (const OSCMessage &message)
 
bool send (const OSCBundle &bundle)
 

Detailed Description

Definition at line 212 of file juce_OSCSender.cpp.

Constructor & Destructor Documentation

◆ Pimpl()

juce::OSCSender::Pimpl::Pimpl ( )
noexcept

Definition at line 214 of file juce_OSCSender.cpp.

◆ ~Pimpl()

juce::OSCSender::Pimpl::~Pimpl ( )
noexcept

Definition at line 215 of file juce_OSCSender.cpp.

Member Function Documentation

◆ connect()

bool juce::OSCSender::Pimpl::connect ( const String newTargetHost,
int  newTargetPort 
)

Definition at line 218 of file juce_OSCSender.cpp.

◆ connectToSocket()

bool juce::OSCSender::Pimpl::connectToSocket ( DatagramSocket newSocket,
const String newTargetHost,
int  newTargetPort 
)

Definition at line 234 of file juce_OSCSender.cpp.

◆ disconnect()

bool juce::OSCSender::Pimpl::disconnect ( )

Definition at line 245 of file juce_OSCSender.cpp.

◆ send() [1/4]

bool juce::OSCSender::Pimpl::send ( const OSCBundle bundle)

Definition at line 269 of file juce_OSCSender.cpp.

◆ send() [2/4]

bool juce::OSCSender::Pimpl::send ( const OSCBundle bundle,
const String hostName,
int  portNumber 
)

Definition at line 260 of file juce_OSCSender.cpp.

◆ send() [3/4]

bool juce::OSCSender::Pimpl::send ( const OSCMessage message)

Definition at line 268 of file juce_OSCSender.cpp.

◆ send() [4/4]

bool juce::OSCSender::Pimpl::send ( const OSCMessage message,
const String hostName,
int  portNumber 
)

Definition at line 252 of file juce_OSCSender.cpp.


The documentation for this struct was generated from the following file: