tres v0.1.1 Openflow.Action.NxOutputReg2

Link to this section Summary

Link to this section Types

Link to this type

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

Link to this type

t()
t() :: %Openflow.Action.NxOutputReg2{
  max_len: max_len(),
  n_bits: pos_integer(),
  offset: non_neg_integer(),
  src_field: atom()
}

Link to this section Functions

Link to this function

new(options)
new(
  n_bits: pos_integer(),
  offset: non_neg_integer(),
  src_field: atom(),
  max_len: max_len()
) :: t()

Link to this function

to_binary(output_reg)