Example #1
0
 public void AddFlexors(string bluetoothDeviceName, List <int> regions, List <int> pins)
 {
     if (this.WebSocket.IsAlive)
     {
         this.WebSocket.Send(MessageGenerator.AddFlexors(bluetoothDeviceName, regions, pins));
     }
 }