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