The UdpTarget type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| _address |
SNMP request target host IP address
| |
| _agentParameters |
Internal storage of the agent parameters information passed to the async request member function.
| |
| _isIPv6 |
Flag showing if class is using IPv6 or IPv4
(Inherited from UdpTransport.) | |
| _noSourceCheck |
Internal variable used to disable host IP address/port number check on received SNMP reply packets. If this option is disabled (default)
only replies from the IP address/port number combination to which the request was sent will be accepted as valid packets.
This value is set in the AgentParameters class and is only valid for SNMP v1 and v2c requests.
(Inherited from UdpTransport.) | |
| _port |
SNMP target UDP port number
| |
| _retry |
Maximum number of retries. Value of 0 (zero) will result in a single request without
retries.
| |
| _socket |
Socket
(Inherited from UdpTransport.) | |
| _timeout |
SNMP request timeout value in milliseconds
|