package frenetic

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

Queue Statistics request structure. See the section 7.3.5.8 of the OpenFlow 1.3.4 specification

type t = queueRequest
val marshal : Cstruct.t -> t -> int
val parse : Cstruct.t -> t
val sizeof : t -> int

to_string v pretty-prints v

val to_string : t -> string