コード例 #1
0
 private void WifiService_ConnectionFailed(object sender, Common.WiFi.ConnectionFailedEventArgs e)
 {
     OnFinishDevicePairing?.Invoke(this, new OnFinishDevicePairingEventArgs()
     {
         IsSuccess = false
     });
 }
コード例 #2
0
 private void WifiService_ConnectionFailed(object sender, Common.WiFi.ConnectionFailedEventArgs e)
 {
     CheckingConnectionStatusUpdated?.Invoke(this, new CheckingConnectionStatusUpdatedEventArgs("Could not connect to device"));
 }