|
|
This class holds a A, AAAA or TXT record from DNS
inline TxtRecord (const char* text)
| TxtRecord |
Build a TXT record
Parameters:
text | Text content of the record |
inline const String& text ()
| text |
[const]
Retrieve the record text
Returns: Record text
void dump (String& buf, const char* sep = " ")
| dump |
[virtual]
Dump this record for debug purposes
Parameters:
buf | Destination buffer |
sep | Fields separator |
Reimplemented from DnsRecord.
void copy (ObjList& dest, const ObjList& src)
| copy |
[static]
Copy a TxtRecord list into another one
Parameters:
dest | Destination list |
src | Source list |
String m_text | m_text |
[protected]
Generated by: paulc on bussard on Thu Jul 24 18:41:02 2014, using kdoc 2.0a54. |