TeamLinkWatcher.arp_ping2
Description:
[
CCode ( has_construct_function =
false ) ]
[
Version ( since =
"1.16" ) ]
public TeamLinkWatcher.arp_ping2 (
int init_wait,
int interval,
int missed_max,
int vlanid,
string target_host,
string source_host,
TeamLinkWatcherArpPingFlags flags)
throws Error
Creates a new arp_ping TeamLinkWatcher object
Parameters:
| init_wait |
init_wait value
|
| interval |
interval value
|
| missed_max |
missed_max value
|
| vlanid |
vlanid value
|
| target_host |
the host name or the ip address that will be used as destination address in the arp request
|
| source_host |
the host name or the ip address that will be used as source address in the arp request
|
| flags |
the watcher TeamLinkWatcherArpPingFlags
|
Returns:
|
the new TeamLinkWatcher object, or null on
error
|