/
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()
.
, multiple selections available,
Related content
Net_Init
Net_Init
More like this
Initializing+Shell+commands
Initializing+Shell+commands
More like this
Initialization Issues
Initialization Issues
More like this
Prerequisite module initialization
Prerequisite module initialization
More like this
TCPIP API Reference Core
TCPIP API Reference Core
More like this
Installing µC/TELNETs
Installing µC/TELNETs
More like this