PowerSNMP for .NET
DiscoverPing(IPAddress,IPAddress,Int32) Method




Lower end of the IP address range to start with.
Higher end of the IP address range to end with.
The amount of time (in milliseconds) each ping operation will be given to receive a response.
Discovers Devices that respond to a ping between lowIP and highIP.
Syntax
Public Overloads Function DiscoverPing( _
   ByVal lowIP As IPAddress, _
   ByVal highIP As IPAddress, _
   ByVal timeout As Integer _
) As List(Of Device)
Dim instance As Devices
Dim lowIP As IPAddress
Dim highIP As IPAddress
Dim timeout As Integer
Dim value As List(Of Device)
 
value = instance.DiscoverPing(lowIP, highIP, timeout)

Parameters

lowIP
Lower end of the IP address range to start with.
highIP
Higher end of the IP address range to end with.
timeout
The amount of time (in milliseconds) each ping operation will be given to receive a response.

Return Value

A list of Devices that responded to a ping.
Remarks

If Abort() is called, this method returns all devices previously discovered by the method.

The port of the endpoint of the returned devices will be set to the standard SNMP Agent port (161) by default.

See Also

Reference

Devices Class
Devices Members
Overload List


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic