Exemple #1
0
 private void OnDeviceLost()
 {
     DeviceLostEvent?.Invoke();
 }
Exemple #2
0
 void IBLEDevice.NotifyConnectionLost()
 {
     DeviceLostEvent?.Invoke();
 }
Exemple #3
0
 public void NotifyConnectionLost()
 {
     DeviceLostEvent?.Invoke();
 }