NAME
Qt::Network::QNetworkInterface
PUBLIC METHODS
- QNetworkInterface()
- QNetworkInterface(const QNetworkInterface & other)
- ~QNetworkInterface()
- 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 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.