public interface SnmpResponse<T>
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Gets the response value.
|
T get() throws SnmpException, TimeoutException
This method may block until a response is available.
SnmpException - if an SNMP error occursTimeoutException - if a timeout occurs while awaiting a response
from the remote agentCopyright © 2012–2017. All rights reserved.