Exemplo n.º 1
0
 /// <summary>
 /// Disconnects a companion_proxy client from the device and frees up the
 /// companion_proxy client data.
 /// </summary>
 /// <param name="client">
 /// The companion_proxy client to disconnect and free.
 /// </param>
 /// <returns>
 /// COMPANION_PROXY_E_SUCCESS on success, COMPANION_PROXY_E_INVALID_ARG when
 /// client is NULL, or an COMPANION_PROXY_E_* error code otherwise.
 /// </returns>
 public virtual CompanionProxyError companion_proxy_client_free(System.IntPtr client)
 {
     return(CompanionProxyNativeMethods.companion_proxy_client_free(client));
 }