NetworkStatus Constants Reference
| Declared in | reachability.h |
|---|---|
| References | http://nshipster.com/ns_enum-ns_options/ |
NetworkStatus
Create NS_ENUM macro if it does not exist on the targeted version of iOS or OS X.
Definition
typedef NS_ENUM(NSInteger, NetworkStatus ) {
NotReachable = 0,
ReachableViaWiFi = 2,
ReachableViaWWAN = 1,
};
Constants
NotReachable-
Create NS_ENUM macro if it does not exist on the targeted version of iOS or OS X.
Declared In
reachability.h. ReachableViaWiFi-
Create NS_ENUM macro if it does not exist on the targeted version of iOS or OS X.
Declared In
reachability.h. ReachableViaWWAN-
Create NS_ENUM macro if it does not exist on the targeted version of iOS or OS X.
Declared In
reachability.h.
Declared In
reachability.h