No results found.
An object that represents a network IP address. More...
#import <GCKNetworkAddress.h>
An object that represents a network IP address.
This object is immutable.
Constructs an IPC address.
Constructs an IPv4 address.
Constructs an IPv6 address.
Constructs a GCKNetworkAddress with the given address type and raw address.
Constructs a GCKNetworkAddress with the given address type and IP address.
nil
Constructs an IPv4 broadcast address.
Constructs a loopback address of the given type.
Using the default initializer is not allowed.
Constructs a wildcard address of the given type.
The network address as an NSData containing the appropriate address structure (e.g., struct in_addr or struct in6_addr).
For the address type IPC, this field is a UTF8 encoding.
The IP address.
The address type.