tres v0.1.1 Openflow.GetAsync.Request

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Openflow.GetAsync.Request{
  aux_id: 0..15 | nil,
  datapath_id: String.t() | nil,
  version: 4,
  xid: 0..4_294_967_295
}

Link to this section Functions

Link to this function

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

Link to this function

ofp_type()
ofp_type() :: 26

Link to this function

read(_)
read(any()) :: t()

Link to this function

to_binary(request)
to_binary(t()) :: <<_::0>>