예제 #1
0
 public void ConnectToBluetoothDevice(string bluetoothDeviceName)
 {
     if (this.WebSocket.IsAlive)
     {
         this.WebSocket.Send(MessageGenerator.ConnectToBluetoothDevice(bluetoothDeviceName));
     }
 }