package netsnmp

  1. Overview
  2. Docs
type t =
  1. | Version_1 of Snmp_v1_2c_auth_data.t
  2. | Version_2c of Snmp_v1_2c_auth_data.t
  3. | Version_3 of Snmp_v3_auth_data.t
val create_v1 : string -> t
val create_v2c : string -> t
val create_v3 : securityName:string -> securityAuthProto:Snmp_sec_auth_proto.t -> securityAuthPassword:string -> t