Search found 2 matches
- Tue Nov 01, 2005 10:53 pm
- Forum: PSP Development
- Topic: Updated Wifi sample .03 - DHCP, socket timeout + simple
- Replies: 12
- Views: 9910
- Sun Oct 30, 2005 6:57 pm
- Forum: PSP Development
- Topic: Updated Wifi sample .03 - DHCP, socket timeout + simple
- Replies: 12
- Views: 9910
Code: Select all
int iNetIndex;
for (iNetIndex = 1; iNetIndex < 100; iNetIndex++) // skip the 0th connection
{
.....
}