mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-28 02:30:05 +00:00
Update juce_Socket.h
This commit is contained in:
parent
4e68af7fde
commit
000636346d
1 changed files with 4 additions and 0 deletions
|
|
@ -328,12 +328,16 @@ public:
|
|||
@returns true if it succeeds
|
||||
*/
|
||||
bool joinMulticast (const String& multicastIPAddress);
|
||||
|
||||
bool joinMulticast (const String& multicastIPAddress, const String& localIPAddress);
|
||||
|
||||
/** Leave a multicast group.
|
||||
|
||||
@returns true if it succeeds
|
||||
*/
|
||||
bool leaveMulticast (const String& multicastIPAddress);
|
||||
|
||||
bool leaveMulticast (const String& multicastIPAddress, const String& localIPAddress);
|
||||
|
||||
/** Enables or disables multicast loopback.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue