Interface AgentConfig


public interface AgentConfig
This interface describes how static SNMP agent configuration settings.
Version:
1.2
Author:
Frank Fock
  • Method Summary

    Modifier and Type
    Method
    Description
    org.snmp4j.smi.Variable
    getScalarValue(org.snmp4j.smi.OID scalarOID)
     
    getTableRows(org.snmp4j.smi.OID tableOID)
     
  • Method Details

    • getScalarValue

      org.snmp4j.smi.Variable getScalarValue(org.snmp4j.smi.OID scalarOID)
    • getTableRows

      MOTableRow[] getTableRows(org.snmp4j.smi.OID tableOID)