Re: Is PPP connected
Re: Is PPP connected
- Subject: Re: Is PPP connected
- From: Chris Hanson <email@hidden>
- Date: Tue, 1 Oct 2002 15:04:05 -0500
At 11:59 PM +0100 9/30/02, <email@hidden> wrote:
Will I be able to re-use my code from MacOS 9.x for initiating a connection
via
::OTIoctl ( endPoint, I_OTConnect, NULL );
[snip]
Or do I need to do something else now for MacOS - X, I can tell that I need
something else for setting up the configuration.
You should be able to reuse at least some of this code. Initiating
and closing a connection should be the same.
One big issue in Mac OS X is error reporting. If there's a problem
connecting, Internet Connect will display an alert, and you'll get an
error code from Open Transport. When the user dismisses the alert
from Internet Connect, your application may not be brought to the
foreground.
-- Chris
PS - It's "Mac OS X" not "MacOS - X".
--
Chris Hanson | Email: email@hidden
bDistributed.com, Inc. | Phone: +1-847-372-3955
Making Business Distributed | Fax: +1-847-589-3738
http://bdistributed.com/ | Personal Email: email@hidden
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.