Static variables

@:value(new List())staticread onlyonPingEvent:List<(String, PingEvent) ‑> Void> = new List()

@:value(new List())staticread onlyonStop:List<() ‑> Void> = new List()

Static methods

staticinit(settings:PingerSettings):Void

staticsetDelay(delay:Int):Void

@:value({ delay : 1000, timeout : 2000, count : 1 })staticstartPing(address:String, count:Int = 1, timeout:Int = 2000, delay:Int = 1000):Void

@:value({ delay : 1000, timeout : 2000, count : 1 })staticstartPings(addresses:Array<String>, count:Int = 1, timeout:Int = 2000, delay:Int = 1000):Void

staticstopAllPings():Void

staticstopPing(address:String):Bool