Snmp.Plug.GetTable.Request (elixir_snmp v0.2.1) View Source

Data structure for GetTable request

Link to this section Summary

Functions

Parse connection parameters

Link to this section Types

Specs

t() :: %Snmp.Plug.GetTable.Request{
  errors: map(),
  limit: integer(),
  start: [integer()],
  table_name: atom() | nil,
  valid?: boolean()
}

Link to this section Functions

Specs

parse(Plug.Conn.t()) :: t()

Parse connection parameters