22 OF_ASSUME_NONNULL_BEGIN
30 OF_SUBCLASSING_RESTRICTED
39 @property (readonly, nonatomic)
OFString *authoritativeHost;
41 - (instancetype)initWithName: (
OFString *)name
44 TTL: (uint32_t)TTL OF_UNAVAILABLE;
56 - (instancetype)initWithName: (
OFString *)name
58 authoritativeHost: (
OFString *)authoritativeHost
59 TTL: (uint32_t)TTL OF_DESIGNATED_INITIALIZER;
OFDNSRecordType
The type of a DNS resource record.
Definition: OFDNSResourceRecord.h:44
OFDNSClass
The DNS class.
Definition: OFDNSResourceRecord.h:34
A class representing a DNS resource record.
Definition: OFDNSResourceRecord.h:82
A class representing an NS DNS resource record.
Definition: OFNSDNSResourceRecord.h:32
A class for handling strings.
Definition: OFString.h:139