Example #1
0
 public unsafe void ReConnect()
 {
     MobileDevice.AFCConnectionClose(this.hAFC);
     MobileDevice.AMDeviceStopSession(this.iPhoneHandle);
     MobileDevice.AMDeviceDisconnect(this.iPhoneHandle);
     this.ConnectToPhone();
 }