package netsnmp

  1. Overview
  2. Docs
val names : string list
val thread_id : ([< `Read | `Set_and_create ], 'a t, int) Fieldslib.Field.t_with_perm
val result : ([< `Read | `Set_and_create ], 'result t, 'result0) Fieldslib.Field.t_with_perm
val make_creator : result: (([< `Read | `Set_and_create ], 'a t, 'a) Fieldslib.Field.t_with_perm -> 'b -> ('c -> 'd) * 'e) -> thread_id: (([< `Read | `Set_and_create ], 'f t, int) Fieldslib.Field.t_with_perm -> 'g -> ('h -> int) * 'i) -> 'j -> ('k -> 'l t) * 'm
val create : result:'a -> thread_id:int -> 'b t
val map : result: (([< `Read | `Set_and_create ], 'a t, 'a) Fieldslib.Field.t_with_perm -> 'b) -> thread_id: (([< `Read | `Set_and_create ], 'c t, int) Fieldslib.Field.t_with_perm -> int) -> 'd t
val iter : result: (([< `Read | `Set_and_create ], 'a t, 'a) Fieldslib.Field.t_with_perm -> unit) -> thread_id: (([< `Read | `Set_and_create ], 'b t, int) Fieldslib.Field.t_with_perm -> unit) -> unit
val fold : init:'a -> result: ('b -> ([< `Read | `Set_and_create ], 'c t, 'c) Fieldslib.Field.t_with_perm -> 'd) -> thread_id: ('e -> ([< `Read | `Set_and_create ], 'f t, int) Fieldslib.Field.t_with_perm -> 'g) -> 'h
val map_poly : ([< `Read | `Set_and_create ], 'a t, 'b) Fieldslib.Field.user -> 'c list
val for_all : result: (([< `Read | `Set_and_create ], 'a t, 'a) Fieldslib.Field.t_with_perm -> bool) -> thread_id: (([< `Read | `Set_and_create ], 'b t, int) Fieldslib.Field.t_with_perm -> bool) -> bool
val exists : result: (([< `Read | `Set_and_create ], 'a t, 'a) Fieldslib.Field.t_with_perm -> bool) -> thread_id: (([< `Read | `Set_and_create ], 'b t, int) Fieldslib.Field.t_with_perm -> bool) -> bool
val to_list : result: (([< `Read | `Set_and_create ], 'a t, 'a) Fieldslib.Field.t_with_perm -> 'b) -> thread_id: (([< `Read | `Set_and_create ], 'c t, int) Fieldslib.Field.t_with_perm -> 'd) -> 'e list
module Direct : sig ... end