RPacketContext::TDataVolume Struct Reference

struct RPacketContext::TDataVolume

Holds the amount of sent and received data.

The total number of bytes sent is: iOverflowCounterSent*(2^32)+iOverflowCounterSent

Member Data Documentation

TUint32 iBytesReceived

TUint32 iBytesReceived

The number of bytes received.

The total number of bytes received is: iOverflowCounterReceived*(2^32)+iOverflowCounterReceived

TUint32 iBytesSent

TUint32 iBytesSent

TUint32 iOverflowCounterReceived

TUint32 iOverflowCounterReceived

Overflow counter for the bytes received.

The total number of bytes received is: iOverflowCounterReceived*(2^32)+iOverflowCounterReceived

TUint32 iOverflowCounterSent

TUint32 iOverflowCounterSent

Overflow counter for the bytes sent.

The total number of bytes sent is: iOverflowCounterSent*(2^32)+iOverflowCounterSent