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