Timeout and packet size are optional arguments and can be omitted. There is word "optional" deep in parameter description
All following forms are valid:
Icmp.Ping(10.10.10.1)
Icmp.Ping(10.10.10.1,3000)
Icmp.Ping(10.10.10.1,2000,120)
Icmp.Ping(10.10.10.1,,140)
Best regards,
Victor
All following forms are valid:Icmp.Ping(10.10.10.1)
Icmp.Ping(10.10.10.1,3000)
Icmp.Ping(10.10.10.1,2000,120)
Icmp.Ping(10.10.10.1,,140)
Best regards,
Victor