OT/PPP, OTIoctl & asynchronous completion events
OT/PPP, OTIoctl & asynchronous completion events
- Subject: OT/PPP, OTIoctl & asynchronous completion events
- From: Xavier Jubier <email@hidden>
- Date: Wed, 10 Sep 2003 21:12:46 +0200
I need to write a CFM library to make programmatically OT/PPP calls
under OS 9 and OS X.
Under OS 9 how can I wait for the asynchronous completion events of the
notifier proc after the following call
myOTStatus = OTIoctl(myEndpointRef, I_OTConnect, NULL);
without hanging all the system (i tried with synchronous and
asynchronous endpoints with the same result)?
I tried with a do while loop calling WaitNextEvent() but that doesn't
work.
Any idea or sample code?
Thanks,
Xavier
_______________________________________________
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.