MSocketWriterReaderObserver Class Reference

Inherited by CBluetoothConnector, and CBluetoothResponder.

List of all members.

Public Member Functions

virtual void WriteComplete (TInt aError)=0
virtual void ReportData (const TDesC8 &aData, TInt aError)=0

Detailed Description

MSocketWriterReaderObserver Interface for sending/receiveing data completion

Definition at line 210 of file CommonInterfaces.h.


Member Function Documentation

virtual void MSocketWriterReaderObserver::WriteComplete ( TInt  aError  )  [pure virtual]

Sending data completed

Parameters:
aError An error

Implemented in CBluetoothResponder.

virtual void MSocketWriterReaderObserver::ReportData ( const TDesC8 &  aData,
TInt  aError 
) [pure virtual]

Notify the data arrived from the remote BT device

Parameters:
aData A descriptor for the data being received from the remote BT device
aError An error

Implemented in CBluetoothResponder.


Generated by  doxygen 1.6.2