예제 #1
0
 private async void _client_onStopSearch(IPenClient sender, Windows.Devices.Bluetooth.BluetoothError args)
 {
     await this.Dispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.Normal, () => IsSearching = false);
 }
예제 #2
0
 private async void MClient_onStopSearch(BluetoothPenClient sender, Windows.Devices.Bluetooth.BluetoothError args)
 {
     Debug.WriteLine("Watcher finidhed");
     await this.Dispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.Normal, () => IsSearching = false);
 }
예제 #3
0
 public static BluetoothError ToRXBluetoothError(this Windows.Devices.Bluetooth.BluetoothError self)
 {
     return((BluetoothError)self);
 }