Module Frenetic_kernel.OpenFlow0x01.Vendor

A VENDOR message. See Section 5.5.4 of the OpenFlow 1.0 specification.

type t = int32 * Cstruct.t Core.sexp_opaque
include sig ... end
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t ‑> t
val sexp_of_t : t ‑> Ppx_sexp_conv_lib.Sexp.t
val parse : Cstruct.t ‑> t
val marshal : t ‑> Cstruct.t ‑> int