eth32cfg_free

void eth32cfg_free(eth32cfg handle);

Summary

This function frees any memory associated with the current set of results held by the provided handle. This must be called after you are finished with the results from eth32cfg_discover_ip or eth32cfg_query.

Parameters

  • handle - The value returned by eth32cfg_discover_ip or eth32cfg_query.

Return Value

This function does not return a value.

See Also

eth32cfg_discover_ip, eth32cfg_query