package frenetic

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

Action structure. See the section 7.2.5 of the OpenFlow 1.3.4 specification

type t = action
type sequence = actionSequence
val sizeof : t -> int
val marshal : Cstruct.t -> t -> int
val parse : Cstruct.t -> t
val parse_sequence : Cstruct.t -> sequence
val to_string : t -> string

to_string v pretty-prints v

val from_of_action : Frenetic_kernel.OpenFlow.action -> t