tres v0.1.1 Openflow.Action.SetQueue

Set queue id when outputting to a port

Link to this section Summary

Functions

Create a new set_queue action struct

Link to this section Types

Link to this type

t()
t() :: %Openflow.Action.SetQueue{id: 0..4_294_967_295}

Link to this section Functions

Link to this function

new(id)
new(id :: 0..4_294_967_295) :: t()

Create a new set_queue action struct

Options:

  • Queue id for the packets
iex> %SetQueue{id: 1} = SetQueue.new(_id = 1)
Link to this function

ofpat()
ofpat() :: 21

Link to this function

read(arg)
read(<<_::16, _::_*8>>) :: t()

Link to this function

to_binary(set_queue)
to_binary(t()) :: <<_::16, _::_*8>>