Hello,
I am kinda new with MQX. I am trying to retrieve an IP dynamically for my TWR-K60D100M board, using the RTCS DHCP.
I've found that there are 3 methods to do so, and I would like to know what are the differences/cons/pros of each method:
1. Using RTCS_if_bind_DHCP_timed().
2. Using ipcfg_bind_dhcp_wait().
3. Using ipcfg_bind_dhcp() followed by ipcfg_poll_dhcp().
Also, what is generally the difference between the RTCS functions and the ipcfg functions?
Thanks,
Lior.