NAME

Qt::Network::QNetworkInterface

PUBLIC METHODS

QNetworkInterface()
QNetworkInterface(const QNetworkInterface & other)
~QNetworkInterface()
QList<QNetworkAddressEntry> addressEntries()
static QList<QHostAddress> allAddresses()
static QList<QNetworkInterface> allInterfaces()
QFlags<QNetworkInterface::InterfaceFlag> flags()
QString hardwareAddress()
QString humanReadableName()
int index()
static QNetworkInterface interfaceFromIndex(int index)
static QNetworkInterface interfaceFromName(const QString & name)
bool isValid()
QString name()
QNetworkInterface & operator=(const QNetworkInterface & other)

ENUM VALUES

IsUp
IsRunning
CanBroadcast
IsLoopBack
IsPointToPoint
CanMulticast

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html