Init()
Initializes the TXT Resource Record by setting its type and class. Other record fields (TTL, length) remain unchanged/uninitialized.
ReadTxtData() const
Parses and reads the TXT record data from a message. Also checks if the TXT data is well-formed by calling `VerifyTxtData()` when it is successfully read.
VerifyTxtData()
Tests if a buffer contains valid encoded TXT data.