tres v0.1.0 Openflow.Action.NxFlowSpecLoad

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Openflow.Action.NxFlowSpecLoad{
  dst: atom(),
  dst_offset: non_neg_integer(),
  n_bits: non_neg_integer(),
  src: atom(),
  src_offset: non_neg_integer()
}

Link to this section Functions

Link to this function

new(options)
new(
  src: atom(),
  dst: atom(),
  n_bits: non_neg_integer(),
  src_offset: non_neg_integer(),
  dst_offset: non_neg_integer()
) :: t()