tres v0.1.3 Openflow.Action.NxCheckPktLarger

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Openflow.Action.NxCheckPktLarger{
  dst_field: atom(),
  offset: 0..65535,
  pkt_len: 0..65535
}

Link to this section Functions

Link to this function

new(options \\ [])
new(dst_field: atom(), pkt_len: 0..65535, offset: 0..65535) :: t()

Link to this function

read(arg)
read(binary()) :: t()

Link to this function

to_binary(pkt_larger)
to_binary(t()) :: binary()