Dart.Snmp Namespace > Devices Class > DiscoverPing Method : DiscoverPing(String,Int32) Method |
Public Overloads Function DiscoverPing( _ ByVal ipAddressRange As String, _ ByVal timeout As Integer _ ) As List(Of Device)
Dim instance As Devices Dim ipAddressRange As String Dim timeout As Integer Dim value As List(Of Device) value = instance.DiscoverPing(ipAddressRange, timeout)
public List<Device> DiscoverPing( string ipAddressRange, int timeout )
public: List<Device*>* DiscoverPing( string* ipAddressRange, int timeout )
public: List<Device^>^ DiscoverPing( String^ ipAddressRange, int timeout )
ipAddressRange supports formats such as: "192.168.0.0/24", "192.168.0.0/255.255.255.0", "192.168.0.0-192.168.0.10", "192.168.0.0-10", and IPv6.
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.