swift
Namespaces | Functions
ping.h File Reference

Go to the source code of this file.

Namespaces

 swift::misc
 Free functions in swift::misc.
 

Functions

bool swift::misc::network::canPing (const QString &hostAddress)
 Can ping the address? More...
 
bool swift::misc::network::canPing (const QUrl &url)
 Can ping the address? More...
 

Function Documentation

◆ canPing() [1/2]

SWIFT_MISC_EXPORT bool swift::misc::network::canPing ( const QString &  hostAddress)

Can ping the address?

Note
uses OS ping

Definition at line 14 of file ping.cpp.

◆ canPing() [2/2]

SWIFT_MISC_EXPORT bool swift::misc::network::canPing ( const QUrl &  url)

Can ping the address?

Note
uses OS ping

Definition at line 37 of file ping.cpp.