tres v0.1.1 Openflow.Action.NxFlowSpecLoad
Link to this section Summary
Link to this section Types
Link to this type
t()
t()
t() :: %Openflow.Action.NxFlowSpecLoad{
dst: atom(),
dst_offset: non_neg_integer(),
n_bits: non_neg_integer(),
src: atom(),
src_offset: non_neg_integer()
}
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(options)
new(
src: atom(),
dst: atom(),
n_bits: non_neg_integer(),
src_offset: non_neg_integer(),
dst_offset: non_neg_integer()
) :: t()
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)
Link to this function