OSCServer.bind

Binds the server to the "localhost" IP using the given local port.

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

Meta