I need to find out if the network is connected. I tried to
(1) Tap in "Connect" in Networking preference panel, which establishes
a MochaPPP connection.
(2) Start my app, which calls
err = SysLibFind("Net.lib", &libRefnum);
if (err == 0) {
err = NetLibOpenCount(libRefnum, &count);
However, count is always zero, even if I know for sure the network has
been connected (blinking indicator at top-right corner of screen).
I just want to find out if the network is connected *without* calling
NetLibOpen().
Is there any way to find out?
TIA
- Ioi
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/