/Frameworks/CoreTelephony.framework/CTTelephonyNetworkInfo.h
http://github.com/nst/iOS-Runtime-Headers · C Header · 92 lines · 85 code · 4 blank · 3 comment · 0 complexity · d9b7762eec9504827ffed672e5364e7d MD5 · raw file
- /* Generated by RuntimeBrowser
- Image: /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
- */
- @interface CTTelephonyNetworkInfo : NSObject <CoreTelephonyClientDataDelegate, CoreTelephonyClientRegistrationDelegate> {
- NSMutableDictionary * _cachedCellIds;
- NSMutableDictionary * _cachedCurrentRadioAccessTechnology;
- NSMutableDictionary * _cachedSignalStrength;
- CoreTelephonyClient * _client;
- CTServiceDescriptorContainer * _descriptors;
- struct queue {
- struct object {
- struct dispatch_object_s {} *fObj;
- } fObj;
- } _queue;
- NSDictionary * _serviceCurrentRadioAccessTechnology;
- NSMutableDictionary * _serviceSubscriberCellularProvider;
- id /* block */ _serviceSubscriberCellularProviderDidUpdateNotifier;
- NSDictionary * _serviceSubscriberCellularProviders;
- id /* block */ _serviceSubscriberCellularProvidersDidUpdateNotifier;
- CTCarrier * _subscriberCellularProvider;
- id /* block */ _subscriberCellularProviderDidUpdateNotifier;
- }
- @property (retain) NSMutableDictionary *cachedCellIds;
- @property (retain) NSMutableDictionary *cachedCurrentRadioAccessTechnology;
- @property (retain) NSMutableDictionary *cachedSignalStrength;
- @property (nonatomic, readonly, retain) NSString *currentRadioAccessTechnology;
- @property (readonly, copy) NSString *debugDescription;
- @property (readonly, copy) NSString *description;
- @property (readonly) CTServiceDescriptorContainer *descriptors;
- @property (readonly) unsigned long long hash;
- @property (nonatomic, readonly, retain) NSDictionary *serviceCurrentRadioAccessTechnology;
- @property (retain) NSMutableDictionary *serviceSubscriberCellularProvider;
- @property (readonly, retain) NSDictionary *serviceSubscriberCellularProviders;
- @property (nonatomic, copy) id /* block */ serviceSubscriberCellularProvidersDidUpdateNotifier;
- @property (retain) CTCarrier *subscriberCellularProvider;
- @property (nonatomic, copy) id /* block */ subscriberCellularProviderDidUpdateNotifier;
- @property (readonly) Class superclass;
- - (id).cxx_construct;
- - (void).cxx_destruct;
- - (id)cachedCellIds;
- - (id)cachedCurrentRadioAccessTechnology;
- - (id)cachedSignalStrength;
- - (void)carrierBundleChange:(id)arg1;
- - (void)cellChanged:(id)arg1 cell:(id)arg2;
- - (id)cellId;
- - (void)connectionStateChanged:(id)arg1 connection:(int)arg2 dataConnectionStatusInfo:(id)arg3;
- - (id)currentRadioAccessTechnology;
- - (id)currentServiceRadioAccessTechnology;
- - (void)dealloc;
- - (id)descriptors;
- - (bool)getAllowsVOIP:(bool*)arg1 forContext:(id)arg2 withError:(id*)arg3;
- - (bool)getCarrierName:(id)arg1 forContext:(id)arg2 withError:(id*)arg3;
- - (id)getFirstCellId;
- - (bool)getMobileCountryCode:(id)arg1 andIsoCountryCode:(id)arg2 forContext:(id)arg3 withError:(id*)arg4;
- - (bool)getMobileNetworkCode:(id)arg1 forContext:(id)arg2 withError:(id*)arg3;
- - (id)init;
- - (void)postCellularProviderUpdatesIfNecessary;
- - (void)queryCTSignalStrength;
- - (void)queryCellIds;
- - (void)queryRat;
- - (void)queryRatForDescriptor:(id)arg1;
- - (void)querySignalStrengthForDescriptor:(id)arg1;
- - (id)radioAccessTechnology;
- - (id)serviceCellId;
- - (id)serviceCurrentRadioAccessTechnology;
- - (id)serviceSignalStrength;
- - (id)serviceSubscriberCellularProvider;
- - (id /* block */)serviceSubscriberCellularProviderDidUpdateNotifier;
- - (id)serviceSubscriberCellularProviders;
- - (id /* block */)serviceSubscriberCellularProvidersDidUpdateNotifier;
- - (void)setCachedCellIds:(id)arg1;
- - (void)setCachedCurrentRadioAccessTechnology:(id)arg1;
- - (void)setCachedSignalStrength:(id)arg1;
- - (void)setServiceSubscriberCellularProvider:(id)arg1;
- - (void)setServiceSubscriberCellularProviderDidUpdateNotifier:(id /* block */)arg1;
- - (void)setServiceSubscriberCellularProvidersDidUpdateNotifier:(id /* block */)arg1;
- - (void)setSubscriberCellularProvider:(id)arg1;
- - (void)setSubscriberCellularProviderDidUpdateNotifier:(id /* block */)arg1;
- - (id)signalStrength;
- - (void)signalStrengthChanged:(id)arg1 info:(id)arg2;
- - (id)subscriberCellularProvider;
- - (id /* block */)subscriberCellularProviderDidUpdateNotifier;
- - (void)updateCellId:(id)arg1 forDescriptor:(id)arg2;
- - (void)updateLegacyRat:(id)arg1;
- - (bool)updateNetworkInfoAndShouldNotifyClient:(bool*)arg1 forContext:(id)arg2;
- - (void)updateRat:(id)arg1 descriptor:(id)arg2;
- - (void)updateSignalStrength:(id)arg1 descriptor:(id)arg2;
- @end