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().