#include <comms-infras/datamonitormessages.h>
Link against: esockmessagesimpl.lib
| class ESock::TRequestDataReceivedNotification : public ESock::TCommsDataMonitorApiExtReq, public ESock::TCommsDataMonitorApiExtReq |
| Protected Attributes | |
|---|---|
| TUint32 | iDelta |
| TUint32 | iReceivedBytes |
| Public Member Functions | |
|---|---|
| DECLARE_MVIP_CTR(TRequestDataReceivedNotification) | |
| virtual IMPORT_C void | DispatchL(NetInterfaces::TInterfaceControl &, const TSubSessionUniqueId &, Elements::RResponseMsg &) |
| TUint32 | ReceivedBytes() |
| void | SetDelta(TUint32) |
| void | SetReceivedBytes(TUint32) |
Request message requesting notification of volume of data received having reached or exceeded a specified threshold.
| TUint32 | iDelta | [protected] |
| TUint32 | iReceivedBytes | [protected] |
| DECLARE_MVIP_CTR | ( | TRequestDataReceivedNotification | ) | 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 &)