Module Frenetic_kernel.OpenFlow0x04.Hello.Element

Hello Element structure. See the section 7.5.1 of OpenFlow 1.3.4 specification

module VersionBitMap : sig ... end

Supported Version Bitmap structure. See the section 7.5.1. of OpenFlow 1.3.4 specification

type t = element
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