예제 #1
0
 /// <summary>
 /// Disconnects a diagnostics_relay client from the device and frees up the
 /// diagnostics_relay client data.
 /// </summary>
 /// <param name="client">
 /// The diagnostics_relay client to disconnect and free.
 /// </param>
 /// <returns>
 /// DIAGNOSTICS_RELAY_E_SUCCESS on success,
 /// DIAGNOSTICS_RELAY_E_INVALID_ARG when one of client or client->parent
 /// is invalid, or DIAGNOSTICS_RELAY_E_UNKNOWN_ERROR when the was an
 /// error freeing the parent property_list_service client.
 /// </returns>
 public virtual DiagnosticsRelayError diagnostics_relay_client_free(System.IntPtr client)
 {
     return(DiagnosticsRelayNativeMethods.diagnostics_relay_client_free(client));
 }