I am using Harmony 1.07 on a PIC32MZ2048ECG100 and need to find out what is the proper way to dynamically switch from DHCP to Static mode? This is what I currently use: if(!AppConfig.Flags.bIsDHCPEnabled && netHandle != 0)
{
if(netStat..
{
if(netStat..