Package | Description |
---|---|
net.percederberg.mibble.snmp |
Provides the SNMP MIB type classes.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<SnmpModuleSupport> |
SnmpAgentCapabilities.getModules()
Returns the list of the supported modules.
|
Constructor and Description |
---|
SnmpAgentCapabilities(java.lang.String productRelease,
SnmpStatus status,
java.lang.String description,
java.lang.String reference,
java.util.ArrayList<SnmpModuleSupport> modules)
Creates a new agent capabilities.
|