tres v0.1.0 Openflow.Features.Reply

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Openflow.Features.Reply{
  aux_id: 0..255,
  capabilities: [
    :flow_stats
    | :table_stats
    | :port_stats
    | :group_stats
    | :ip_reasm
    | :queue_stats
    | :arp_match_ip
    | :port_blocked
  ],
  datapath_id: String.t() | nil,
  n_buffers: 0..4_294_967_295,
  n_tables: 0..255,
  version: 4,
  xid: 0..4_294_967_295
}

Link to this section Functions

Link to this function

ofp_type()
ofp_type() :: 6

Link to this function

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

Link to this function

to_binary(reply)
to_binary(t()) :: <<_::192>>