OSCServer.bind

Binds the server to the given IPv4 IP and port.

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

Meta