DNS.Message.Record.Data.TXT (DNS v0.4.1)

View Source

Summary

Types

t()

@type t() :: %DNS.Message.Record.Data.TXT{
  data: [binary()],
  raw: bitstring(),
  rdlength: 1..65535,
  type: DNS.ResourceRecordType.t()
}

Functions

from_iodata(raw, message \\ nil)

new(text)