Exemplo n.º 1
0
 private void OnDeviceLost()
 {
     DeviceLostEvent?.Invoke();
 }
Exemplo n.º 2
0
 void IBLEDevice.NotifyConnectionLost()
 {
     DeviceLostEvent?.Invoke();
 }
Exemplo n.º 3
0
 public void NotifyConnectionLost()
 {
     DeviceLostEvent?.Invoke();
 }