Uses of Class
snmp.SNMPIPAddress

Packages that use SNMPIPAddress
snmp The snmp package defines classes used to communicate with SNMP devices. 
 

Uses of SNMPIPAddress in snmp
 

Methods in snmp that return SNMPIPAddress
 SNMPIPAddress SNMPv1TrapPDU.getAgentAddress()
          A utility method that extracts the sending agent address this PDU.
 

Constructors in snmp 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.