struct RPacketContext::TDataVolume |
Holds the amount of sent and received data.
The total number of bytes sent is: iOverflowCounterSent*(2^32)+iOverflowCounterSent
Public Attributes | |
---|---|
TUint32 | iBytesReceived |
TUint32 | iBytesSent |
TUint32 | iOverflowCounterReceived |
TUint32 | iOverflowCounterSent |
TUint32 | iBytesReceived |
The number of bytes received.
The total number of bytes received is: iOverflowCounterReceived*(2^32)+iOverflowCounterReceived
TUint32 | iOverflowCounterReceived |
Overflow counter for the bytes received.
The total number of bytes received is: iOverflowCounterReceived*(2^32)+iOverflowCounterReceived
TUint32 | iOverflowCounterSent |
Overflow counter for the bytes sent.
The total number of bytes sent is: iOverflowCounterSent*(2^32)+iOverflowCounterSent
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.