Class SNMPv2MIB.SysOREntry

    • Constructor Detail

      • SysOREntry

        public SysOREntry​(org.snmp4j.smi.OID oid,
                          MOTableIndex index,
                          MOColumn[] columns)
    • Method Detail

      • addSysOREntry

        public org.snmp4j.smi.OID addSysOREntry​(org.snmp4j.smi.OID sysORID,
                                                org.snmp4j.smi.OctetString sysORDescr)
        Description copied from interface: AgentCapabilityList
        Add a capabilities description to the exported list.
        Specified by:
        addSysOREntry in interface AgentCapabilityList
        Parameters:
        sysORID - the OID of an AGENT-CAPABILITIES statement.
        sysORDescr - A textual description of the capabilities identified by the corresponding instance of sysORID.
        Returns:
        the index OID of the entry that uniquely identifies it.