Example #1
0
 public void SetLoopDelay(string bluetoothDeviceName, int value)
 {
     if (this.WebSocket.IsAlive)
     {
         this.WebSocket.Send(MessageGenerator.SetLoopDelay(bluetoothDeviceName, value));
     }
 }