tres v0.1.0 Openflow.Action.NxFlowSpecMatch

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Openflow.Action.NxFlowSpecMatch{
  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()

Link to this function

read(arg)
read(binary()) :: {t(), binary()}

Link to this function

to_binary(fsm)
to_binary(t()) :: binary()