22 OF_ASSUME_NONNULL_BEGIN
29 OF_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;
A class representing an RP DNS resource record.
Definition: OFRPDNSResourceRecord.h:30
OFDNSClass
The DNS class.
Definition: OFDNSResourceRecord.h:34
A class representing a DNS resource record.
Definition: OFDNSResourceRecord.h:80
A class for handling strings.
Definition: OFString.h:142
OFDNSRecordType
The type of a DNS resource record.
Definition: OFDNSResourceRecord.h:44