22OF_ASSUME_NONNULL_BEGIN
29OF_SUBCLASSING_RESTRICTED
40- (instancetype)initWithName: (
OFString *)name
43 TTL: (uint32_t)TTL OF_UNAVAILABLE;
55- (instancetype)initWithName: (
OFString *)name
58 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
An abstract class for storing objects in an array.
Definition OFArray.h:109
A class representing a DNS resource record.
Definition OFDNSResourceRecord.h:82
A class for storing arbitrary data in an array.
Definition OFData.h:46
A class for handling strings.
Definition OFString.h:143
A class representing a TXT DNS resource record.
Definition OFTXTDNSResourceRecord.h:31
OFArray * textStrings
The text of the resource record.
Definition OFTXTDNSResourceRecord.h:38