tres v0.1.1 Openflow.Action.NxController

Link to this section Summary

Link to this section Types

Link to this type

max_len()
max_len() :: :max | :no_buffer | non_neg_integer()

Link to this type

packet_in_reason()
packet_in_reason() ::
  :no_match | :action | :invalid_ttl | :action_set | :group | :packet_out

Link to this type

t()
t() :: %Openflow.Action.NxController{
  id: non_neg_integer(),
  max_len: max_len(),
  reason: packet_in_reason()
}

Link to this section Functions

Link to this function

new(options \\ [])
new(max_len: max_len(), id: non_neg_integer(), reason: packet_in_reason()) ::
  t()

Link to this function

to_binary(controller)