package openflow

  1. Overview
  2. Docs
type t =
  1. | Int64 of Int64.t
  2. | Int48 of Int64.t
  3. | Int32 of Int32.t
  4. | Int32m of Int32.t * Int32.t
  5. | Int16 of int
  6. | Int8 of int
  7. | Int4 of int
val get_int : t -> int
val get_int64 : t -> Int64.t
val get_int48 : t -> Int64.t
val get_int32 : t -> Int32.t
val get_int32m : t -> Int32.t * Int32.t
val get_int16 : t -> int
val get_int8 : t -> int
val get_int4 : t -> int
val format : Format.formatter -> t -> unit
val get_string : t -> string