tres v0.1.0 Openflow.Multipart.FlowStats

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Openflow.Multipart.FlowStats{
  byte_count: 0..18_446_744_073_709_551_615,
  cookie: 0..18_446_744_073_709_551_615,
  duration_nsec: 0..4_294_967_295,
  duration_sec: 0..4_294_967_295,
  flags: [:send_flow_rem | :delete_learned | :write_result],
  hard_timeout: 0..65535,
  idle_timeout: 0..65535,
  instructions: [Openflow.Instruction.instruction()],
  match: Openflow.Match.new(),
  packet_count: 0..18_446_744_073_709_551_615,
  priority: 0..65535,
  table_id: 0..255
}

Link to this section Functions

Link to this function

read(binary)
read(<<_::_*8>>) :: [t()]