Package | Description |
---|---|
org.snmp4j.uri |
Modifier and Type | Method and Description |
---|---|
SnmpUriResponse |
SnmpURI.browse(URI url) |
SnmpUriResponse |
SnmpURI.sendByBinding(URI url,
List<VariableBinding> values,
int pduType) |
SnmpUriResponse |
SnmpURI.updateByBinding(URI url,
List<VariableBinding> values) |
SnmpUriResponse |
SnmpURI.updateByValue(URI url,
List<Variable> values) |
Modifier and Type | Method and Description |
---|---|
boolean |
SnmpUriCallback.onResponse(SnmpUriResponse response,
URI url,
Object userObject)
Process a response on the request
|
Copyright © 2024 SNMP4J.org. All rights reserved.