22OF_ASSUME_NONNULL_BEGIN
29OF_SUBCLASSING_RESTRICTED
38@property (readonly, nonatomic)
OFString *mailbox;
44@property (readonly, nonatomic)
OFString *TXTDomainName;
46- (instancetype)initWithName: (
OFString *)name
49 TTL: (uint32_t)TTL OF_UNAVAILABLE;
63- (instancetype)initWithName: (
OFString *)name
66 TXTDomainName: (
OFString *)TXTDomainName
67 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 RP DNS resource record.
Definition OFRPDNSResourceRecord.h:31
A class for handling strings.
Definition OFString.h:143