snmpc
snmpc
Module
snmpc
Module summary
Interface Functions to the SNMP toolkit MIB compiler
Description
The module snmpc
contains interface functions to the SNMP toolkit MIB compiler.
Exports
compile(File)
compile(File, Options) -> {ok, BinFileName} | {error, Reason}
Types:
File = string() Options = [opt()] opt() = db() | relaxed_row_name_assign_check() | deprecated() | description() | reference() | group_check() | i() | il() | imports() | module() | module_identity() | module_compliance() | agent_capabilities() | outdir() | no_defs() | verbosity() | warnings() | warnings_as_errors() db() = {db, volatile|persistent|mnesia} deprecated() = {deprecated, bool()} relaxed_row_name_assign_check() = relaxed_row_name_assign_check description() = descriptio