package frenetic

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Group statistics structure. See the section 7.3.5.9 of the OpenFlow 1.3.4 specification

module BucketStats : sig ... end

Bucket statistics structure. See the section 7.3.5.9 of the OpenFlow 1.3.4 specification

type t = groupStats
val sizeof : t -> int
val to_string : t -> string

to_string v pretty-prints v

val marshal : Cstruct.t -> t -> int
val parse : Cstruct.t -> t