Overload List
Name | Description | |
---|---|---|
DirectedBroadcast(String) |
Sends a directed broadcast discovery packet to the subnet specified by ipAddress. Directed broadcasts are defined by the first three subnet octets, followed by 255, such as 192.168.2.255 This method accepts IP addresses of the form, assuming a subnet of 192.168.2:
| |
DirectedBroadcast(String, Int32) |
Sends a directed broadcast discovery packet to the subnet specified by ipAddress.
This method will wait up to initialWaitForResponses milliseconds for the first discovery packet response before timing out. Directed broadcasts are defined by the first three subnet octets, followed by 255, such as 192.168.2.255 This method accepts IP addresses of the form, assuming a subnet of 192.168.2:
| |
DirectedBroadcast(DiscoveryHandler, String) |
Sends a directed broadcast discovery packet to the subnet specified by ipAddress.
This method will wait up to initialWaitForResponses milliseconds for the first discovery packet response before timing out. Directed broadcasts are defined by the first three subnet octets, followed by 255, such as 192.168.2.255 This method accepts IP addresses of the form, assuming a subnet of 192.168.2:
| |
DirectedBroadcast(DiscoveryHandler, String, Int32) |
Sends a directed broadcast discovery packet to the subnet specified by ipAddress.
This method will wait up to initialWaitForResponses milliseconds for the first discovery packet response before timing out. Directed broadcasts are defined by the first three subnet octets, followed by 255, such as 192.168.2.255 This method accepts IP addresses of the form, assuming a subnet of 192.168.2:
|