예제 #1
0
 /// <summary>
 /// Deactivates the device, returning it to the locked “Activate with iTunes”
 /// screen.
 /// </summary>
 /// <param name="client">
 /// The lockdown client
 /// </param>
 /// <returns>
 /// LOCKDOWN_E_SUCCESS on success, LOCKDOWN_E_INVALID_ARG when client is NULL,
 /// LOCKDOWN_E_NO_RUNNING_SESSION if no session is open,
 /// LOCKDOWN_E_PLIST_ERROR if the received plist is broken
 /// </returns>
 public virtual LockdownError lockdownd_deactivate(LockdownClientHandle client)
 {
     return(LockdownNativeMethods.lockdownd_deactivate(client));
 }