KSTReachabilityManagerStatus
enum KSTReachabilityManagerStatus : NSInteger {}
Enum for possible status values. These are derived from the value of flags.
-
The status is not known. If you access self.status it will block until status has been determined.
Declaration
Objective-C
KSTReachabilityManagerStatusUnknown = 0
-
The host is not reachable.
Declaration
Objective-C
KSTReachabilityManagerStatusNotReachable
-
The host is reachable via WWAN (cellular).
Declaration
Objective-C
KSTReachabilityManagerStatusReachableViaWWAN
-
The host is reachable via WiFi.
Declaration
Objective-C
KSTReachabilityManagerStatusReachableViaWiFi