Inherits from NSObject
Declared in Reachability.h

Overview

Tony Million’s Reachability class: https://github.com/tonymillion/Reachability

Properties

reachableBlock

not documented

@property (nonatomic, copy) NetworkReachable reachableBlock

Declared In

Reachability.h

reachableOnWWAN

not documented

@property (nonatomic, assign) BOOL reachableOnWWAN

Declared In

Reachability.h

unreachableBlock

not documented

@property (nonatomic, copy) NetworkUnreachable unreachableBlock

Declared In

Reachability.h

Class Methods

reachabilityForInternetConnection

not documented

+ (Reachability *)reachabilityForInternetConnection

Declared In

Reachability.h

reachabilityForLocalWiFi

not documented

+ (Reachability *)reachabilityForLocalWiFi

Declared In

Reachability.h

reachabilityWithAddress:

not documented

+ (Reachability *)reachabilityWithAddress:(const struct sockaddr_in *)hostAddress

Parameters

hostAddress

..

Declared In

Reachability.h

reachabilityWithHostName:

not documented

+ (Reachability *)reachabilityWithHostName:(NSString *)hostname

Parameters

hostname

The host name (URL).

Declared In

Reachability.h

Instance Methods

connectionRequired

Apple’s routine.

- (BOOL)connectionRequired

Return Value

Apple’s routine.

Declared In

Reachability.h

currentReachabilityFlags

not documented

- (NSString *)currentReachabilityFlags

Declared In

Reachability.h

currentReachabilityStatus

not documented

- (NetworkStatus)currentReachabilityStatus

Declared In

Reachability.h

currentReachabilityString

not documented

- (NSString *)currentReachabilityString

Declared In

Reachability.h

initWithReachabilityRef:

not documented

- (Reachability *)initWithReachabilityRef:(SCNetworkReachabilityRef)ref

Parameters

ref

..

Declared In

Reachability.h

isConnectionOnDemand

Dynamic, on demand connection?

- (BOOL)isConnectionOnDemand

Return Value

Dynamic, on demand connection?

Declared In

Reachability.h

isConnectionRequired

Identical DDG variant.

- (BOOL)isConnectionRequired

Return Value

Identical DDG variant.

Declared In

Reachability.h

isInterventionRequired

Is user intervention required?

- (BOOL)isInterventionRequired

Return Value

Is user intervention required?

Declared In

Reachability.h

isReachable

not documented

- (BOOL)isReachable

Declared In

Reachability.h

isReachableViaWWAN

not documented

- (BOOL)isReachableViaWWAN

Declared In

Reachability.h

isReachableViaWiFi

not documented

- (BOOL)isReachableViaWiFi

Declared In

Reachability.h

reachabilityFlags

not documented

- (SCNetworkReachabilityFlags)reachabilityFlags

Declared In

Reachability.h

startNotifier

not documented

- (BOOL)startNotifier

Declared In

Reachability.h

stopNotifier

not documented

- (void)stopNotifier

Declared In

Reachability.h