Module Frenetic.OpenFlow.OF10.PortStatus

module ChangeReason : sig ... end
type t = Frenetic_kernel__OpenFlow0x01.PortStatus.t = {
reason : ChangeReason.t;
desc : Frenetic_kernel__OpenFlow0x01.portDescription;
}
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t ‑> t
val sexp_of_t : t ‑> Ppx_sexp_conv_lib.Sexp.t
val to_string : t ‑> string
val parse : Cstruct.t ‑> t
val marshal : t ‑> Cstruct.t ‑> int
val size_of : t ‑> int