|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SNMPv2InformRequestPDU | |
com.amx.duet.tools.net.snmp.api | Provides SNMP communication classes and interfaces. |
Uses of SNMPv2InformRequestPDU in com.amx.duet.tools.net.snmp.api |
Methods in com.amx.duet.tools.net.snmp.api with parameters of type SNMPv2InformRequestPDU | |
void |
SNMPv2InformRequestListener.processv2InformRequest(SNMPv2InformRequestPDU informRequestPDU)
|
void |
SNMPInformRequestSenderInterface.sendInformRequest(int version,
java.net.InetAddress hostAddress,
java.lang.String community,
SNMPv2InformRequestPDU pdu)
Send the supplied SNMPv2 inform request pdu to the specified host, using the supplied version number and community name. |
void |
SNMPInformRequestSenderInterface.sendInformRequest(java.net.InetAddress hostAddress,
java.lang.String community,
SNMPv2InformRequestPDU pdu)
Send the supplied inform request pdu to the specified host, using the supplied community name and using 1 for the version field in the SNMP message. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |