package frenetic

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

See the ofp_capabilities enumeration in section 7.3.1 of OpenFlow 1.3.4 specification

type t = capabilities
val to_string : t -> string

to_string v pretty-prints v

val to_int32 : t -> int32
val parse : int32 -> t