Module Frenetic.OpenFlow_Header

type xid = Core.Int32.t
val xid_of_sexp : Ppx_sexp_conv_lib.Sexp.t ‑> xid
val sexp_of_xid : xid ‑> Ppx_sexp_conv_lib.Sexp.t
type t = Frenetic_kernel__OpenFlow_Header.t = {
version : int;
type_code : int;
length : int;
xid : xid;
}
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t ‑> t
val sexp_of_t : t ‑> Ppx_sexp_conv_lib.Sexp.t
val size : int
val parse : Cstruct.t ‑> t
val marshal : Cstruct.t ‑> t ‑> unit
val to_string : t ‑> string