Embedded TCP/IP stack
4.7.0
|
fnet_return_t fnet_init | ( | struct fnet_init_params * | init_params | ) |
Initializes the FNET TCP/IP stack.
init_params | Pointer to the initialization parameter structure. |
FNET_OK
= Stack initialization is successful.FNET_ERR
= Stack initialization has failed.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.