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

View Source

Summary

Types

t()

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

Functions

from_iodata(raw, message)

new(arg)