62 bool connect (
const String& targetHostName,
int targetPortNumber);
104 bool sendToIPAddress (
const String& targetIPAddress,
int targetPortNumber,
114 bool sendToIPAddress (
const String& targetIPAddress,
int targetPortNumber,
124 template <
typename... Args>
136 template <
typename... Args>
137 bool sendToIPAddress (
const String& targetIPAddress,
int targetPortNumber,
150template <
typename... Args>
156template <
typename... Args>
A wrapper for a datagram (UDP) socket.
bool sendToIPAddress(const String &targetIPAddress, int targetPortNumber, const OSCMessage &message)
Sends an OSC message to a specific IP address and port.
bool send(const OSCMessage &message)
Sends an OSC message to the target.
Type unalignedPointerCast(void *ptr) noexcept
Casts a pointer to another type via void*, which suppresses the cast-align warning which sometimes ar...