tres v0.1.0 Openflow.Multipart.Desc.Reply

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Openflow.Multipart.Desc.Reply{
  aux_id: 0..255 | nil,
  datapath_id: String.t() | nil,
  dp_desc: String.t(),
  flags: [],
  hw_desc: String.t(),
  mfr_desc: String.t(),
  serial_num: String.t(),
  sw_desc: String.t(),
  version: 4,
  xid: 0..4_294_967_295
}

Link to this section Functions

Link to this function

new(options \\ [])
new(
  xid: 0..4_294_967_295,
  mfr_desc: String.t(),
  hw_desc: String.t(),
  sw_desc: String.t(),
  serial_num: String.t(),
  dp_desc: String.t()
) :: t()

Link to this function

ofp_type()
ofp_type() :: 19

Link to this function

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

Link to this function

to_binary(desc)
to_binary(t()) :: <<_::64, _::_*8>>