Re: OTCreateOptions()
Re: OTCreateOptions()
- Subject: Re: OTCreateOptions()
- From: Quinn <email@hidden>
- Date: Fri, 26 Apr 2002 11:44:31 +0100
At 13:37 -0700 25/4/02, Morgan Redman wrote:
Which options can be set using the OTCreateOptions() function? Im
interested in setting some PPP options, but I cant find any *good* examples
of how to set them ( besides the MRU option sample code in OT PPP Client Dev
Note.
It says somewhere that OT manages an internal database of options can be set
using OTCreateOptions(). Does anyone have a list of? ( the only ones I can
find are the ones in the documentation for serial-endpoints (like Baud and
Parity )
I don't recommend that folks use OTCreateOptions, for a variety of
reasons, not least being that it's not supported on Mac OS X. You
should instead OTOptionManagement. The options supported by that
call are all listed in the header files (specifically
"OpenTransportProviders.h"). For a PPP control endpoint, look for
the definition of IPCP_OPT_GETREMOTEPROTOADDR and the other options
follow.
S+E
--
Quinn "The Eskimo!" <
http://www.apple.com/developer/>
Apple Developer Technical Support * Networking, Communications, Hardware
_______________________________________________
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.