Embedded TCP/IP stack: fnet_init

FNET

fnet_return_t fnet_init ( struct fnet_init_params init_params)

Initializes the FNET TCP/IP stack.

Parameters
init_paramsPointer to the initialization parameter structure.
Returns
This function returns:
  • FNET_OK = Stack initialization is successful.
  • FNET_ERR = Stack initialization has failed.
See also
fnet_release()

This function executes the initialization of the FNET TCP/IP stack.
Only after a succesful initialization, the application may use other FNET API functions and services.


© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net