Dart.Snmp Namespace > Devices Class > DiscoverPing Method : DiscoverPing(IPAddress,IPAddress,Int32) Method |
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)
public: List<Device*>* DiscoverPing( IPAddress* lowIP, IPAddress* highIP, int timeout )
public: List<Device^>^ DiscoverPing( IPAddress^ lowIP, IPAddress^ highIP, int timeout )
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.