27 virtual void Start(uint16_t preferredPort = 7333) = 0;
Server API to enable remote debugging and visualization.
virtual void Start(uint16_t preferredPort=7333)=0
Start accepting client connections on a TCP port.
virtual uint16_t GetPort() const =0
Get the actual TCP port the server is listening on.
virtual void SetCoordinateSpace(CoordinateSpace const &space)=0
Declare the coordinate space this application's scene data is expressed in.
virtual void Stop()=0
Stop the server and disconnect any connected client.
virtual bool HasConnection() const =0
Check whether a debugger client is currently connected.
virtual bool HasStarted() const =0
Check whether the server has started.
Coordinate-axis convention and linear unit scale.