Reachability class
Network reachability APIs.
Syntax
@interface
Reachability
:
NSObject
Members
All members of Reachability, including inherited members.
Methods
Method
Description
- (BOOL) connectionRequired
- (NetworkStatus) currentReachabilityStatus
- (Reachability *) initWithReachabilityRef: (SCNetworkReachabilityRef) ref
- (BOOL) isConnectionOnDemand
- (BOOL) isConnectionRequired
- (BOOL) isEqual: (Reachability *) r
- (BOOL) isInterventionRequired
- (BOOL) isReachable
- (BOOL) isReachableViaWiFi
- (BOOL) isReachableViaWWAN
- (SCNetworkReachabilityFlags) reachabilityFlags
+ (Reachability *) reachabilityForInternetConnection
+ (Reachability *) reachabilityForLocalWiFi
+ (Reachability *) reachabilityWithAddress: (const struct sockaddr_in *) hostAddress
+ (Reachability *) reachabilityWithHostName: (NSString *) hostName
- (BOOL) startNotifier
- (void) stopNotifier
Parent topic:
SAP Mobile Platform 3.0 OData SDK for iOS
Created December 5, 2013.
To comment on this topic, go to:
DocCommentXchange
.