tres v0.1.0 Openflow.MeterBand.Remark

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Openflow.MeterBand.Remark{
  burst_size: 0..4_294_967_295,
  prec_level: 0..255,
  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, prec_level: 0..255) ::
  t()

Link to this function

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

Link to this function

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