Quote:
Originally Posted by _sjc_
Generally, direct access to these interfaces is off-limits to official developers. You can probably find some low-level code examples on one of the *cough* jailbreak *cough* sites.
As far as choosing which is the best interface to use, take a look at Apple's "Reachability" example code. This uses the System Configuration framework to see which interfaces are active and connected to a valid network.
|
thx that is exactly the answer i was afraid off!
so that means there is one class for connecting to the "internet" and this class "chooses" the best way to connect to the internet
therefore my idea to show how the different APIs/classes are used to access the different interfaces is nonsene
br.kg