anybody can plz let me know the usage of TCPIP_IP_CMD_SET_CONFIG_REQ/CNF (command 0x000200).
Hi AJ,
I am afraid i dont have this TCP/IP Protocol API manual could you please gimme the link to download the same.
Regards,
Vinay
Hilscher Gesellschaft fuer Systemautomation mbH
Andreas Jacob
Hilscher Gesellschaft fuer Systemautomation mbH
Hi vinay,
using this command the IP layer can be provided with new configuration parameters. If any sockets
are open when the TCPIP_IP_CMD_SET_CONFIG_REQ command is received by the stack it will send
a TCPIP_TCP_UDP_CMD_SHUTDOWN_IND command to the owner of the socket. Please refer to the
section TCPIP_TCP_UDP_CMD_SHUTDOWN_IND/RES.
Please have a look into the TCP/IP Protocol API manual. There you will also find a code sample of the usage of this command.
Regards
AJ