tres v0.1.1 Openflow.GetConfig.Request
Link to this section Summary
Link to this section Types
Link to this type
t()
t()
t() :: %Openflow.GetConfig.Request{
aux_id: non_neg_integer() | nil,
datapath_id: String.t() | nil,
version: 4,
xid: 0..4_294_967_295
}
t() :: %Openflow.GetConfig.Request{ aux_id: non_neg_integer() | nil, datapath_id: String.t() | nil, version: 4, xid: 0..4_294_967_295 }
Link to this section Functions
Link to this function
new(xid \\ 0)
new(xid \\ 0)
new(xid :: 0..4_294_967_295) :: t()
new(xid :: 0..4_294_967_295) :: t()
Link to this function
ofp_type()
ofp_type()
ofp_type() :: 7
ofp_type() :: 7
Link to this function
read(_)
Link to this function
to_binary(request)
to_binary(request)
to_binary(t()) :: <<_::0>>
to_binary(t()) :: <<_::0>>