SNMPv2MIB
, SNMPv2MIB.SysOREntry
public interface AgentCapabilityList
Modifier and Type | Method | Description |
---|---|---|
org.snmp4j.smi.OID |
addSysOREntry(org.snmp4j.smi.OID sysORID,
org.snmp4j.smi.OctetString sysORDescr) |
Add a capabilities description to the exported list.
|
MOTableRow |
removeSysOREntry(org.snmp4j.smi.OID index) |
Remove a capabilities description from the exported list.
|
org.snmp4j.smi.OID addSysOREntry(org.snmp4j.smi.OID sysORID, org.snmp4j.smi.OctetString sysORDescr)
sysORID
- the OID of an AGENT-CAPABILITIES statement.sysORDescr
- A textual description of the capabilities identified
by the corresponding instance of sysORID.MOTableRow removeSysOREntry(org.snmp4j.smi.OID index)
index
- the index OID previously returned by addSysOREntry(org.snmp4j.smi.OID, org.snmp4j.smi.OctetString)
.null
if such a row
could not be found.Copyright © 2018 SNMP4J.org. All rights reserved.