Re: How to modify dialup number, login and password
Re: How to modify dialup number, login and password
- Subject: Re: How to modify dialup number, login and password
- From: Finlay Dobbie <email@hidden>
- Date: Mon, 8 Oct 2001 18:15:22 +0100
On Monday, October 8, 2001, at 08:43 am, email@hidden wrote:
Is there a way to access and edit the Internet Connect settings on OS X
from within my code? I haven't been working with Objective C very long,
yet. Any hint is welcome.
You'll need to look at the SystemConfiguration framework, which is a
straight C API. There is some documentation of the architecture here:
http://developer.apple.com/techpubs/macosx/Networking/SysConfigOverview926/
index.html
and all the headers are HeaderDoc'd, so you can run HeaderDoc to get API
documentation (get HeaderDoc from
http://www.opensource.apple.com/projects/headerdoc/).
-- Finlay