Uses of Class
com.amx.duet.tools.net.snmp.api.SNMPIPAddress

Packages that use SNMPIPAddress
com.amx.duet.tools.net.snmp.api Provides SNMP communication classes and interfaces. 
 

Uses of SNMPIPAddress in com.amx.duet.tools.net.snmp.api
 

Methods in com.amx.duet.tools.net.snmp.api that return SNMPIPAddress
 SNMPIPAddress SNMPv1TrapPDU.getAgentAddress()
          A utility method that extracts the sending agent address this PDU.
 

Constructors in com.amx.duet.tools.net.snmp.api with parameters of type SNMPIPAddress
SNMPv1TrapPDU(SNMPObjectIdentifier enterpriseOID, SNMPIPAddress agentAddress, int genericTrap, int specificTrap, SNMPTimeTicks timestamp, SNMPSequence varList)
          Create a new Trap PDU of the specified type, with given request ID, error status, and error index, and containing the supplied SNMP sequence as data.
SNMPv1TrapPDU(SNMPObjectIdentifier enterpriseOID, SNMPIPAddress agentAddress, int genericTrap, int specificTrap, SNMPTimeTicks timestamp)
          Create a new Trap PDU of the specified type, with given request ID, error status, and error index, and containing an empty SNMP sequence (VarBindList) as additional data.
 



Copyright © 2008 AMX LLC. All Rights Reserved.