tres v0.1.0 Openflow.Echo.Request

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Openflow.Echo.Request{
  aux_id: 0..65535 | nil,
  data: String.t(),
  datapath_id: String.t() | nil,
  version: 4,
  xid: 0..4_294_967_295
}

Link to this section Functions

Link to this function

new()
new() :: t()

Link to this function

new(options)
new(xid: 0..4_294_967_295, data: String.t()) :: t()
new(String.t()) :: t()

Link to this function

ofp_type()
ofp_type() :: 2

Link to this function

read(data)
read(String.t()) :: t()

Link to this function

to_binary(request)
to_binary(t()) :: String.t()