Task _StartNotifyAsync() => proxy.StartNotifyAsync(); // TODO: might want to wait until "Notifying" property is true
Example #2
0
 public Task StartNotifyAsync()
 {
     return(_gattCharacteristic1Proxy.StartNotifyAsync());
 }