package frenetic

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

See the ofp_group_type enumeration in section 7.3.4.2 of the OpenFlow 1.3.4 specification

type t = groupType
val to_string : t -> string

to_string v pretty-prints v

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