Contents

free

Frees the IONetworkInterface object.

Declaration

virtual void free(
 void );

Overview

Resource allocated by init() are released, and clearInputQueue() is called to ensure that the input queue is empty. The interface should have already detached from the network stack.

See Also

Miscellaneous