Overload List
Name | Description | |
---|---|---|
SubnetSearch(String) |
Sends a discovery packet to the IPs specified in the subnetRange. Subnet searches are defined by the first three subnet octets, followed by a range, such as 192.168.2.* This method accepts IP addresses of the form, assuming a subnet of 192.168.2:
| |
SubnetSearch(String, Int32) |
Sends a discovery packet to the IPs specified in the subnetRange.
This method will wait up to initialWaitForResponses milliseconds for the first discovery packet response before timing out. Subnet searches are defined by the first three subnet octets, followed by a range, such as 192.168.2.* This method accepts IP addresses of the form, assuming a subnet of 192.168.2:
| |
SubnetSearch(DiscoveryHandler, String) |
Sends a discovery packet to the IPs specified in the subnetRange. Subnet searches are defined by the first three subnet octets, followed by a range, such as 192.168.2.* This method accepts IP addresses of the form, assuming a subnet of 192.168.2:
| |
SubnetSearch(DiscoveryHandler, String, Int32) |
Sends a discovery packet to the IPs specified in the subnetRange.
This method will wait up to initialWaitForResponses milliseconds for the first discovery packet response before timing out. Subnet searches are defined by the first three subnet octets, followed by a range, such as 192.168.2.* This method accepts IP addresses of the form, assuming a subnet of 192.168.2:
|