00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSObject.h" 00008 00009 @class NSString, NSTimer; 00010 00011 @interface NetworkController : NSObject 00012 { 00013 struct __SCDynamicStore *_store; 00014 NSString *_domainName; 00015 unsigned int _waitingForDialToFinish:1; 00016 unsigned int _checkedNetwork:1; 00017 unsigned int _isNetworkUp:1; 00018 unsigned int _isFatPipe:1; 00019 unsigned int _edgeRequested:1; 00020 NSTimer *_notificationTimer; 00021 } 00022 00023 + (id)sharedInstance; 00024 - (void)dealloc; 00025 - (id)init; 00026 - (BOOL)isNetworkUp; 00027 - (BOOL)isFatPipe; 00028 - (id)domainName; 00029 - (BOOL)isHostReachable:(id)fp8; 00030 - (id)primaryEthernetAddressAsString; 00031 - (void)registerCTServerRunLoopSource; 00032 - (id)IMEI; 00033 - (id)edgeInterfaceName; 00034 - (BOOL)isEdgeUp; 00035 - (void)bringUpEdge; 00036 - (void)keepEdgeUp; 00037 00038 @end 00039