FMPingHelper Class Reference
Inherits from | NSObject |
---|---|
Declared in | FMPingHelper.h FMPingHelper.m |
Other Methods
– pingWithBlock:
trigger a ping action with a completion block
- (void)pingWithBlock:(void ( ^ ) ( BOOL isSuccess ))completion
Parameters
completion |
: Async completion block |
---|
Discussion
trigger a ping action with a completion block
Declared In
FMPingHelper.h
Other Methods
host
You MUST have already set the host before your ping action. Think about that: if you never set this, we don’t know where to ping.
@property (nonatomic, copy) NSString *host
Discussion
You MUST have already set the host before your ping action. Think about that: if you never set this, we don’t know where to ping.
Declared In
FMPingHelper.h