FMPingFoundationAddressStyle Constants Reference

Declared in FMPingFoundation.h

FMPingFoundationAddressStyle

Definition

typedef NS_ENUM(NSInteger, FMPingFoundationAddressStyle ) {
   FMPingFoundationAddressStyleAny,
   FMPingFoundationAddressStyleICMPv4,
   FMPingFoundationAddressStyleICMPv6,
};

Constants

FMPingFoundationAddressStyleAny

Use the first IPv4 or IPv6 address found; the default.

Declared In FMPingFoundation.h.

FMPingFoundationAddressStyleICMPv4

Use the first IPv4 address found.

Declared In FMPingFoundation.h.

FMPingFoundationAddressStyleICMPv6

Use the first IPv6 address found.

Declared In FMPingFoundation.h.