The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Network::QNetworkConfiguration

PUBLIC METHODS

QNetworkConfiguration()
QNetworkConfiguration(const QNetworkConfiguration & other)
~QNetworkConfiguration()
QString bearerName()
QNetworkConfiguration::BearerType bearerType()
QString bearerTypeName()
QList<QNetworkConfiguration> children()
QString identifier()
bool isRoamingAvailable()
bool isValid()
QString name()
bool operator!=(const QNetworkConfiguration & cp)
QNetworkConfiguration & operator=(const QNetworkConfiguration & other)
bool operator==(const QNetworkConfiguration & cp)
QNetworkConfiguration::Purpose purpose()
QFlags<QNetworkConfiguration::StateFlag> state()
QNetworkConfiguration::Type type()

ENUM VALUES

InternetAccessPoint
ServiceNetwork
UserChoice
Invalid
UnknownPurpose
PublicPurpose
PrivatePurpose
ServiceSpecificPurpose
Undefined
Defined
Discovered
Active
BearerUnknown
BearerEthernet
BearerWLAN
Bearer2G
BearerCDMA2000
BearerWCDMA
BearerHSPA
BearerBluetooth
BearerWiMAX

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