Update Class
(Sailfish::Mdm::NetworkDataCounter::Update)
Provides the details of a network data update. More...
Header: | #include <mdm-networkdatacounter.h>
|
Public Variables
Detailed Description
Provides the details of a network data update.
See also NetworkDataCounter::counterUpdate().
Member Variable Documentation
quint64 Update::bytesReceived = 0
The total number of bytes sent.
quint64 Update::bytesSent = 0
The total number of bytes sent.
NetworkType Update::networkType = MobileDataHome
The network type of the update.
QString Update::servicePath
The network service path that identifies the service for which the update is provided.
quint64 Update::timeOnline = 0
The total number of seconds that the network service has been online.