FMLocalConnection Class Reference
Inherits from | NSObject |
---|---|
Declared in | FMLocalConnection.h FMLocalConnection.m |
Other Methods
– startNotifier
Start observering local connection status.
- (void)startNotifier
Discussion
Start observering local connection status.
Declared In
FMLocalConnection.h
– stopNotifier
Stop observering local connection status.
- (void)stopNotifier
Discussion
Stop observering local connection status.
Declared In
FMLocalConnection.h
– currentLocalConnectionStatus
Return current local connection status immediately.
- (FMLocalConnectionStatus)currentLocalConnectionStatus
Return Value
see enum LocalConnectionStatus
Discussion
Return current local connection status immediately.
Declared In
FMLocalConnection.h
– _isReachable
added underline prefix to distinguish the method from the property “isReachable”
- (BOOL)_isReachable
Discussion
added underline prefix to distinguish the method from the property “isReachable”
Declared In
FMLocalConnection.m
Other Methods
isReachable
Newly added property for KVO usage: maybe you only want to observe the local network is available or not.
@property (nonatomic, assign) BOOL isReachable
Discussion
Newly added property for KVO usage: maybe you only want to observe the local network is available or not.
Declared In
FMLocalConnection.h