FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
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.

Parameters
arpkArp object.
macAddressSource MAC address used for probing.
ipAddressIP address to be probed.
Returns
Operation status.