package packet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. typ : int8;
  2. code : int8;
  3. chksum : int16;
  4. payload : bytes;
}
OCaml

Innovation. Community. Security.