#include <comms-infras/datamonitormessages.h>
Link against: esockmessagesimpl.lib
| class ESock::TRequestDataSentNotification : public ESock::TCommsDataMonitorApiExtReq, public ESock::TCommsDataMonitorApiExtReq |
| Protected Attributes | |
|---|---|
| TUint32 | iDelta |
| TUint32 | iSentBytes |
| Public Member Functions | |
|---|---|
| DECLARE_MVIP_CTR(TRequestDataSentNotification) | |
| virtual IMPORT_C void | DispatchL(NetInterfaces::TInterfaceControl &, const TSubSessionUniqueId &, Elements::RResponseMsg &) |
| TUint32 | SentBytes() |
| void | SetDelta(TUint32) |
| void | SetSentBytes(TUint32) |
Request message requesting notification of the volume of data sent having reached or exceeded a specified threshold.
| TUint32 | iDelta | [protected] |
| TUint32 | iSentBytes | [protected] |
| DECLARE_MVIP_CTR | ( | TRequestDataSentNotification | ) | const |
| IMPORT_C void | DispatchL | ( | NetInterfaces::TInterfaceControl & | aIntfCtrl, |
| const TSubSessionUniqueId & | aSubSessionUniqueId, | |||
| Elements::RResponseMsg & | aResponseMsg | |||
| ) | [virtual] | |||
Reimplemented from TCommsApiExtReqMsg::DispatchL(NetInterfaces::TInterfaceControl &,const TSubSessionUniqueId &,Elements::RResponseMsg &)