class MConnDataTransferNotify |
Interface that any sub-connection client wishing to get data notification must implement Since 9.1
Public Member Functions | |
---|---|
TInt | NotifyDataReceived ( TUint , TUint ) |
TInt | NotifyDataSent ( TUint , TUint ) |
TInt | NotifyDataTransferred (const TUint , const TUint ) |
TInt | NotifyDataReceived | ( | TUint | aDownlinkVolume, |
TUint | aCurrentGranularity | |||
) | [pure virtual] |
Override this to update the received bytes count, and if necessary complete any outstanding RMessages
TInt | NotifyDataSent | ( | TUint | aUplinkVolume, |
TUint | aCurrentGranularity | |||
) | [pure virtual] |
Override this to update the sent bytes count, and if necessary complete any outstanding RMessages
TInt | NotifyDataTransferred | ( | const TUint | aUplinkVolume, |
const TUint | aDownlinkVolume | |||
) | [pure virtual] |
Override this to receive notification for data transfered, to allow any absolute volume notifications that may be outstanding to be completed if the required amount of data has been sent/received
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.