22OF_ASSUME_NONNULL_BEGIN
30OF_SUBCLASSING_RESTRICTED
39@property (readonly, nonatomic)
OFString *mailbox;
45@property (readonly, nonatomic)
OFString *TXTDomainName;
47- (instancetype)initWithName: (
OFString *)name
50 TTL: (uint32_t)TTL OF_UNAVAILABLE;
64- (instancetype)initWithName: (
OFString *)name
67 TXTDomainName: (
OFString *)TXTDomainName
68 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:32
A class for handling strings.
Definition OFString.h:139