tres v0.1.0 Openflow.MeterBand.Drop

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Openflow.MeterBand.Drop{
  burst_size: 0..4_294_967_295,
  rate: 0..4_294_967_295
}

Link to this section Functions

Link to this function

new(options)
new(rate: 0..4_294_967_295, burst_size: 0..4_294_967_295) :: t()

Link to this function

read(arg)
read(<<_::128>>) :: t()

Link to this function

to_binary(drop)
to_binary(t()) :: <<_::128>>