Ejemplo n.º 1
0
 /// <summary>
 /// stop streaming thread, doesnt release other resources
 /// </summary>
 public void stop_stream ()
 {
     int res = BoardControllerLibrary.stop_stream (board_id, input_json);
     if (res != (int) CustomExitCodes.STATUS_OK)
     {
         throw new BrainFlowException (res);
     }
 }