package netsnmp

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

Module Netsnmp_types.Snmp_version_authSource

Sourcetype 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
Sourceval create_v1 : string -> t
Sourceval create_v2c : string -> t
Sourceval create_v3 : securityName:string -> securityAuthProto:Snmp_sec_auth_proto.t -> securityAuthPassword:string -> t