Interface OscServer


public interface OscServer
Since:
API version 10
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    start(int port)
    Starts or restarts the server and restarts it on the given port.
  • Method Details

    • start

      void start(int port) throws IOException
      Starts or restarts the server and restarts it on the given port.
      Throws:
      IOException
      Since:
      API version 10