I have a similar problem where I Just tried to update static ip on MOD5270LC using the code sample in the
NNDKProgMan.pdf pg. 26:
int FirstInterface = GetFirstInterface();
ConfigRecord *cr = RawGetConfig(FirstInterface);
ConfigRecord NewRec;
memcpy( &NewRec, cr, sizeof( NewRec ) );
NewRec.ip_Addr ...
Search found 1 match
- Fri Jun 27, 2008 8:05 pm
- Forum: NetBurner Software
- Topic: erased gConfigRec
- Replies: 2
- Views: 5502