tres v0.1.0 Openflow.Action.SetQueue
Set queue id when outputting to a port
Link to this section Summary
Link to this section Types
Link to this type
t()
t()
t() :: %Openflow.Action.SetQueue{id: 0..4_294_967_295}
t() :: %Openflow.Action.SetQueue{id: 0..4_294_967_295}
Link to this section Functions
Link to this function
new(id)
new(id)
new(id :: 0..4_294_967_295) :: t()
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()
ofpat() :: 21
ofpat() :: 21
Link to this function
read(arg)
read(arg)
read(<<_::16, _::_*8>>) :: t()
read(<<_::16, _::_*8>>) :: t()
Link to this function
to_binary(set_queue)
to_binary(set_queue)
to_binary(t()) :: <<_::16, _::_*8>>
to_binary(t()) :: <<_::16, _::_*8>>