tres v0.1.0 Openflow.Instruction.Experimenter

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Openflow.Instruction.Experimenter{
  data: binary(),
  exp_id: 0..4_294_967_295
}

Link to this section Functions

Link to this function

new(exp_id, data \\ "")
new(exp_id :: 0..4_294_967_295, data :: String.t()) :: t()

Link to this function

read(arg)
read(<<_::64, _::_*8>>) :: t()

Link to this function

to_binary(experimenter)
to_binary(t()) :: <<_::64, _::_*8>>