package netsnmp

  1. Overview
  2. Docs
An interface to the Net-SNMP client library

Install

Dune Dependency

Authors

Maintainers

Sources

netsnmp-v0.13.0.tar.gz
sha256=c8709405886c7e2844259dd8bd1a0eff9baf64cd39749b0c185696d79eeac214
md5=26abf4e283a814020c36a099d9387b4b

doc/netsnmp.async/Netsnmp_async/Connection/index.html

Module Netsnmp_async.Connection

type t

connect creates a connection to a peer based on the information passed in Connection_info.t. This and close should be called as a pair.

val close : t -> unit Async.Deferred.t

close - close an existing connection

val with_connection : Connection_info.t -> f:(t -> 'a) -> 'a Async.Deferred.t

with_connection - connect to the remote agent using the supplied credentials and then call the function f with the session. Closes the session in all cases before returning

OCaml

Innovation. Community. Security.