Exemple #1
0
 /// <summary>
 /// Sends the Goodbye request to lockdownd signaling the end of communication.
 /// </summary>
 /// <param name="client">
 /// The lockdown client
 /// </param>
 /// <returns>
 /// LOCKDOWN_E_SUCCESS on success, LOCKDOWN_E_INVALID_ARG when client
 /// is NULL, LOCKDOWN_E_PLIST_ERROR if the device did not acknowledge the
 /// request
 /// </returns>
 public virtual LockdownError lockdownd_goodbye(LockdownClientHandle client)
 {
     return(LockdownNativeMethods.lockdownd_goodbye(client));
 }