package netsnmp

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

Source file oid.ml

1
2
3
4
5
6
7
8
9
type oid_data

type t = {
  data  : oid_data
; len   : int
}

let length t = t.len

OCaml

Innovation. Community. Security.