package openflow

  1. Overview
  2. Docs
type t = {
  1. typ : Packet.int16;
  2. code : Packet.int16;
}
val sizeof_ofp_error_msg : int
val get_ofp_error_msg_typ : Cstruct.t -> Cstruct.uint16
val set_ofp_error_msg_typ : Cstruct.t -> Cstruct.uint16 -> unit
val get_ofp_error_msg_code : Cstruct.t -> Cstruct.uint16
val set_ofp_error_msg_code : Cstruct.t -> Cstruct.uint16 -> unit
val hexdump_ofp_error_msg_to_buffer : Buffer.t -> Cstruct.t -> unit
val hexdump_ofp_error_msg : Cstruct.t -> unit
val parse : Cstruct.t -> t
val to_string : t -> string