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