static func read(from buffer: inout ByteBuffer, length: Int) -> TXTRecord?
s9DNSClient9TXTRecordV4read4from6lengthACSg7NIOCore10ByteBufferVz_SitFZ
45WFL
import DNSClient
struct TXTRecord
A text record. This is used for storing arbitrary text.
@frozen struct Int
A signed integer value type.
let rawValues: [String]
let values: [String : String]
The values of the text record. This is a dictionary of key-value pairs.
func write(into buffer: inout ByteBuffer, labelIndices: inout [String : UInt16]) -> Int