OSCServer.bind

Binds the server to the given address.

  1. void bind(Address addr)
    class OSCServer
    void
    bind
    (
    Address addr
    )
  2. void bind(string ip, ushort port)
  3. void bind(ushort port)

Meta