|
FireSync API
|
| kStatus kArp_Probe | ( | kArp | arp, |
| kMacAddress | macAddress, | ||
| kIpAddress | ipAddress | ||
| ) |
Probes whether the given IP address is in use.
This function sends ARP probes to detect if an IP address is used in the local network. The function returns kOK when the IP is detected and kERROR_NOT_FOUND in case it's not found.
| arp | kArp object. |
| macAddress | Source MAC address used for probing. |
| ipAddress | IP address to be probed. |