Esempio n. 1
0
 private void RecoveryDisconnectCallback(ref AMRecoveryDevice callback)
 {
     this.DFUHandle = callback.byte_0;
     iPhoneRecovery = null;
     this.OnRecoveryModeLeave(new DeviceNotificationEventArgs(callback));
 }
Esempio n. 2
0
 private void RecoveryDisconnectCallback(ref AMRecoveryDevice callback)
 {
     this.DFUHandle = callback.byte_0;
     iPhoneRecovery = null;
     this.OnRecoveryModeLeave(new DeviceNotificationEventArgs(callback));
 }
Esempio n. 3
0
 private void RecoveryConnectCallback(ref AMRecoveryDevice callback)
 {
     this.DFUHandle = callback.byte_0;
     iPhoneRecovery = new iPhoneRecoveryDevice(this.DFUHandle);
     this.OnRecoveryModeEnter(new DeviceNotificationEventArgs(callback));
 }
Esempio n. 4
0
 private void RecoveryConnectCallback(ref AMRecoveryDevice callback)
 {
     this.DFUHandle = callback.byte_0;
     iPhoneRecovery = new iPhoneRecoveryDevice(this.DFUHandle);
     this.OnRecoveryModeEnter(new DeviceNotificationEventArgs(callback));
 }