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