public interface SnmpClient
Modifier and Type | Method and Description |
---|---|
void |
sendRequest(SnmpRequest request)
Main entry point for sending requests to a SNMP server.
|
void |
sendTrap(SnmpTrapRequest trap)
Main entry point for sending traps to a SNMP receiver.
|
void |
stop()
Shutdown the client and underlying engine.
|
void stop()
void sendTrap(SnmpTrapRequest trap)
trap
- SNMP trapvoid sendRequest(SnmpRequest request)
request
- SNMP request (all required fields must be setup properly)Copyright © 2015. All Rights Reserved.