Inherits from NSObject
Declared in DTReachability.h

Overview

Reachability Information object that encapsulates the current SCNetworkReachabilityFlags for passing to reachability observers registered on DTReachability.

Tasks

Getting Reachability Information

Properties

reachabilityFlags

The raw reachability flags

@property (nonatomic, readonly) SCNetworkReachabilityFlags reachabilityFlags

Declared In

DTReachability.h

Instance Methods

isReachable

YES if the configured host is reachable via the Internet.

- (BOOL)isReachable

Return Value

YES if the configured host is reachable via the Internet.

Declared In

DTReachability.h

isWWAN

YES if the configured host is reachable via a cellular data connection

- (BOOL)isWWAN

Return Value

YES if the configured host is reachable via a cellular data connection

Declared In

DTReachability.h