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