public interface SnmpOperation<V>
Modifier and Type | Method and Description |
---|---|
SnmpResponse<V> |
invoke()
Invoke the operation on the remote agent and wait for the response.
|
void |
invoke(SnmpCallback<V> callback)
Invoke this operation, notifying the specified callback when a
response is available.
|
SnmpResponse<V> invoke()
This method will block until a response becomes available.
void invoke(SnmpCallback<V> callback)
callback
- callback that will be notified when a response is
availableCopyright © 2012–2015. All rights reserved.