tres v0.1.0 Openflow.Action.Group
Apply Group
Link to this section Summary
Link to this section Types
Link to this type
t()
t()
t() :: %Openflow.Action.Group{id: 0..4_294_967_295}
t() :: %Openflow.Action.Group{id: 0..4_294_967_295}
Link to this section Functions
Link to this function
new(id)
new(id)
new(0..4_294_967_295) :: t()
new(0..4_294_967_295) :: t()
Create a new group action struct
Options
- id: Group identifier
iex> %Group{id: 10} = Group.new(10)
Link to this function
ofpat()
ofpat()
ofpat() :: 22
ofpat() :: 22
Link to this function
read(arg)
read(arg)
read(<<_::16, _::_*8>>) :: t()
read(<<_::16, _::_*8>>) :: t()
Link to this function
to_binary(group)
to_binary(group)
to_binary(t()) :: <<_::16, _::_*8>>
to_binary(t()) :: <<_::16, _::_*8>>