Inherited by CBluetoothConnector, and CBluetoothResponder.
Public Member Functions | |
virtual void | WriteComplete (TInt aError)=0 |
virtual void | ReportData (const TDesC8 &aData, TInt aError)=0 |
MSocketWriterReaderObserver Interface for sending/receiveing data completion
Definition at line 210 of file CommonInterfaces.h.
virtual void MSocketWriterReaderObserver::WriteComplete | ( | TInt | aError | ) | [pure virtual] |
virtual void MSocketWriterReaderObserver::ReportData | ( | const TDesC8 & | aData, | |
TInt | aError | |||
) | [pure virtual] |
Notify the data arrived from the remote BT device
aData | A descriptor for the data being received from the remote BT device | |
aError | An error |
Implemented in CBluetoothResponder.