Library Mobile API Reference for iPad
MicroStrategy 2019
|
#import <SimplePing.h>
Instance Methods | |
(id) | - initWithHostName:address: |
(void) | - start |
(void) | - sendPingWithData: |
(void) | - stop |
Class Methods | |
(SimplePing *) | + simplePingWithHostName: |
(SimplePing *) | + simplePingWithHostAddress: |
(NSString *) | + displayAddressForAddress: |
(const struct ICMPHeader *) | + icmpInPacket: |
Protected Attributes | |
NSString * | _hostName |
NSData * | _hostAddress |
CFHostRef | _host |
CFSocketRef | _socket |
id< SimplePingDelegate > __weak | _delegate |
uint16_t | _identifier |
uint16_t | _nextSequenceNumber |
Properties | |
id< SimplePingDelegate > | delegate |
NSString * | hostName |
NSData * | hostAddress |
uint16_t | identifier |
uint16_t | nextSequenceNumber |
+ (NSString *) displayAddressForAddress: | (NSData *) | hostAddress |
+ (const struct ICMPHeader *) icmpInPacket: | (NSData *) | packet |
- (id) initWithHostName: | (NSString *) | hostName | |
address: | (NSData *) | hostAddress | |
- (void) sendPingWithData: | (NSData *) | data |
+ (SimplePing *) simplePingWithHostAddress: | (NSData *) | hostAddress |
+ (SimplePing *) simplePingWithHostName: | (NSString *) | hostName |
- (void) start |
- (void) stop |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
readwritenonatomicweak |
|
readnonatomiccopy |
|
readnonatomiccopy |
|
readnonatomicassign |
|
readnonatomicassign |