OSCClient.this

Constructs a new OSC client using an IPv4 address and creating an UDP socket for IPv4 addresses.

  1. this(Socket sock, Address addr)
  2. this(Address addr)
  3. this(string ip, ushort port)
    class OSCClient
    this
    (
    string ip
    ,
    ushort port
    )
  4. this(ushort port)

Meta