wfdcfg_port_destroy()

Destroy a wfdcfg port.

Synopsis:

#include <wfdqnx/wfdcfg.h>
 
void wfdcfg_port_destroy(struct wfdcfg_port *port)

Arguments:

port

A handle to the device to be destroyed; if NULL, no action will be taken

Library:

libwfdcfg

Description:

Memory allocated that was allocated by create wfdcfg_port_create() is released. The port's extension pointers are not valid after calling this function.

Returns:

Nothing.