Module Frenetic_kernel.OpenFlow0x04.Capabilities

See the ofp_capabilities enumeration in section 7.3.1 of OpenFlow 1.3.4 specification

type t = capabilities
val to_string : t ‑> string

to_string v pretty-prints v

val to_int32 : t ‑> int32
val parse : int32 ‑> t