Exemplo n.º 1
0
 private void DfuDisconnectCallback(ref AMRecoveryDevice callback)
 {
     DFUHandle = callback.devicePtr;
     iPhoneDFU = null;
     OnDfuDisconnect(new DeviceNotificationEventArgs(callback));
 }
Exemplo n.º 2
0
 private void DfuDisconnectCallback(ref AMRecoveryDevice callback)
 {
     DFUHandle = callback.devicePtr;
     iPhoneDFU = null;
     OnDfuDisconnect(new DeviceNotificationEventArgs(callback));
 }