Enumerations
The following enumerations are available globally.
- 
                    
                    An enumeration describing the various reachability statuses (statii?) - NXNetworkReachabilityStatusNotReachable: The network object is not reachable
- NXNetworkReachabilityStatusReachableOverWLFi: The network object is reachable over WLAN
- NXNetworkReachabilityStatusReachableOverWWAN: The network object is reachable over WWAN
 DeclarationObjective-C enum NXNetworkReachabilityStatus {}
 
            