/
NetCmd_Init()
NetCmd_Init()
Initializes µC/TCP-IP and must be called prior to calling any other µC/TCP-IP API functions.
Files
net_cmd.h/net_cmd.c
Prototype
void NetCmd_Init (NET_CMD_ERR *p_err);
Arguments
p_err
Pointer to variable that will receive the return error code from this function
Returned Value
None.
Required Configuration
None.
Notes / Warnings
µC/Shell modules must be initialized prior to calling NetCmd_Init()
.
Related content
Net_Init
Net_Init
More like this
Initializing+Shell+commands
Initializing+Shell+commands
More like this
General Network Functions
General Network Functions
More like this
Initializing Tasks and objects
Initializing Tasks and objects
More like this
Prerequisite module initialization
Prerequisite module initialization
More like this
Ethernet Sample Application
Ethernet Sample Application
More like this