#include <FXNetwork.h>
Not a lot to say other than that this class provides various miscellaneous network services such as DNS lookups. More will be added with time (eg; querying of local machines via Samba or MS Networking)
Definition at line 41 of file FXNetwork.h.
Static Public Member Functions | |
static bool | hasIPv6 () |
static FXString | hostname () |
static QHostAddress | dnsLookup (const FXString &name) |
static FXString | dnsReverseLookup (const QHostAddress &addr) |