|
FireSync API
|
| kStatus kArp_BeginAnnounce | ( | kArp | arp, |
| kMacAddress | macAddress, | ||
| kIpAddress | ipAddress | ||
| ) |
Announces an IP address.
This function announces that the sending host is using this IP now. Any currently running announcement is stopped before. This method is asynchronous. It is safe to destroy the object while announcement is in progress.
| arp | kArp object. |
| macAddress | Source MAC address used for probing. |
| ipAddress | IP address to be announced. |