Struct libicmp::ping::PingBuilder [] [src]

pub struct PingBuilder<'a> { /* fields omitted */ }

Used for configuring a Ping operation.

Methods

impl<'a> PingBuilder<'a>
[src]

[src]

Returns a new PingBuilder for configuring a Ping operation.

[src]

Sets the host that will be pinged.

[src]

Sets the number of echo requests to be issued.

[src]

Sets the interval in seconds between echo requests.

[src]

Sets the time in seconds before the ping operation times out.

[src]

Prints debug information to standard out if set to true.

[src]

Returns a new Ping object.