tres v0.1.1 Openflow.Multipart.Desc.Request

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Openflow.Multipart.Desc.Request{
  aux_id: 0..255 | nil,
  datapath_id: String.t(),
  flags: term(),
  version: 4,
  xid: 0..4_294_967_295
}

Link to this section Functions

Link to this function

new(xid \\ 0)
new(0..4_294_967_295) :: t()

Link to this function

ofp_type()
ofp_type() :: 18

Link to this function

read(binary)
read(<<_::0>>) :: t()

Link to this function

to_binary(msg)
to_binary(t()) :: <<_::64>>