public interface SnmpResponse<T>
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–2015. All rights reserved.