Module Frenetic_kernel.OpenFlow0x04.FlowRequest

Flow Statistics request structure. See the section 7.3.5.2 of the OpenFlow 1.3.4 specification this structure is the same for indidual and aggregate flow request

type t = flowRequest
val sizeof : t ‑> int
val to_string : t ‑> string

to_string v pretty-prints v

val marshal : Cstruct.t ‑> t ‑> int
val parse : Cstruct.t ‑> t