Ejemplo n.º 1
0
 public void CalibrateIMU(string bluetoothDeviceName)
 {
     if (this.WebSocket.IsAlive)
     {
         this.WebSocket.Send(MessageGenerator.CalibrateIMU(bluetoothDeviceName));
     }
 }