Ejemplo n.º 1
0
 private void DfuConnectCallback(ref AMRecoveryDevice callback)
 {
     this.DFUHandle = callback;
     this.OnDfuConnect(new DeviceNotificationEventArgs(callback));
 }
Ejemplo n.º 2
0
 private void RecoveryDisconnectCallback(ref AMRecoveryDevice callback)
 {
     this.DFUHandle = callback;
     this.OnRecoveryModeLeave(new DeviceNotificationEventArgs(callback));
 }
Ejemplo n.º 3
0
 private void DfuDisconnectCallback(ref AMRecoveryDevice callback)
 {
     this.DFUHandle = callback;
     this.OnDfuDisconnect(new DeviceNotificationEventArgs(callback));
 }
Ejemplo n.º 4
0
 private void RecoveryConnectCallback(ref AMRecoveryDevice callback)
 {
     this.DFUHandle = callback;
     this.OnRecoveryModeEnter(new DeviceNotificationEventArgs(callback));
 }
 private void RecoveryConnectCallback(ref AMRecoveryDevice callback)
 {
     OnRecoveryModeEnter(new DeviceNotificationEventArgs(callback));
 }
Ejemplo n.º 6
0
 public static extern string AMRestoreModeDeviceCopyIMEI(AMRecoveryDevice device);
Ejemplo n.º 7
0
 public static extern string AMRecoveryModeDeviceCopySerialNumber(AMRecoveryDevice device);
Ejemplo n.º 8
0
 private void RecoveryConnectCallback(ref AMRecoveryDevice callback)
 {
     OnRecoveryModeEnter(new DeviceNotificationEventArgs(callback));
 }
Ejemplo n.º 9
0
 public static extern string AMRestoreModeDeviceCopyIMEI(AMRecoveryDevice device);
Ejemplo n.º 10
0
 internal DeviceNotificationEventArgs(AMRecoveryDevice device)
 {
     this.device = device;
 }
Ejemplo n.º 11
0
 public static extern int AMRecoveryModeDeviceSetAutoBoot(AMRecoveryDevice device, byte paramByte);
Ejemplo n.º 12
0
 public static extern int AMRecoveryModeDeviceReboot(AMRecoveryDevice device);
Ejemplo n.º 13
0
 public static extern string AMRecoveryModeDeviceCopySerialNumber(AMRecoveryDevice device);
		internal DeviceNotificationEventArgs(AMRecoveryDevice device) {
			this.device = device;
		}
Ejemplo n.º 15
0
 public static extern int AMRecoveryModeDeviceReboot(AMRecoveryDevice device);
Ejemplo n.º 16
0
 private void DfuDisconnectCallback(ref AMRecoveryDevice callback)
 {
     OnDfuDisconnect(new DeviceNotificationEventArgs(callback));
 }
Ejemplo n.º 17
0
 public static extern int AMRecoveryModeDeviceSetAutoBoot(AMRecoveryDevice device, byte paramByte);
Ejemplo n.º 18
0
 private void RecoveryDisconnectCallback(ref AMRecoveryDevice callback)
 {
     OnRecoveryModeLeave(new DeviceNotificationEventArgs(callback));
 }
 private void DfuDisconnectCallback(ref AMRecoveryDevice callback)
 {
     OnDfuDisconnect(new DeviceNotificationEventArgs(callback));
 }