( Partially answering my question ) I think you can see if there is a working internet connection by doing a NetLibGetHostByName on a new, made up hostname ( so it won't have been cached ) and checking the error returned: If it's netErrDNSNonexistantName then you are connected, if it's netErrNoDNSServers then you aren't.
But, this is what I observed, and I would like to know if there is a proper way to do this. TIA, R. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
