Re: Getting internet connection.
Re: Getting internet connection.
- Subject: Re: Getting internet connection.
- From: Dan Bernstein <email@hidden>
- Date: Tue, 25 Dec 2001 08:52:48 +0200
Take a look at the System Configuration framework. A general description
is available here
<file:///Developer/Documentation/Networking/SysConfigOverview926/> and
the actual documentation is in the headers in
/System/Library/Frameworks/SystemConfiguration.framework/Headers
-- Dan
On Tuesday, December 25, 2001, at 08:11 AM, cocoa-dev-
email@hidden wrote:
From: Rosyna <email@hidden>
Subject: Getting internet connection.
I am making an application and would like to do two things:
1. Get the device the user uses to connect to the internet (be able
to tell if its Ethernet, or a Modem)
2. Find out if they are connected to the internet, so I don't try to
make a network connection.
Are either of these possible on OS X?