tres v0.1.0 Openflow.GetConfig.Reply

Link to this section Summary

Link to this section Types

Link to this type

flags()
flags() :: [:drop | :reasm]

Link to this type

max_len()
max_len() :: :max | :no_buffer | 0..65535

Link to this type

t()
t() :: %Openflow.GetConfig.Reply{
  aux_id: 0..15 | nil,
  datapath_id: String.t() | nil,
  flags: flags(),
  miss_send_len: max_len(),
  version: 4,
  xid: 0..4_294_967_295
}

Link to this section Functions

Link to this function

ofp_type()
ofp_type() :: t()

Link to this function

read(arg)
read(<<_::32>>) :: t()

Link to this function

to_binary(reply)
to_binary(t()) :: <<_::32>>