class CPrinterPort : public CBase |
Printer port interface.
Public Member Functions | |
---|---|
void | Cancel () |
void | WriteRequest (const TDesC8 &, TRequestStatus &) |
void | WriteRequest | ( | const TDesC8 & | aBuf, |
TRequestStatus & | aRequestStatus | |||
) | [pure virtual] |
Writes data asynchronously to the printer port.
const TDesC8 & aBuf | Data to be written to the port |
TRequestStatus & aRequestStatus | A reference to the request status object. If the request is cancelled, this should be set to KErrCancel; if the request completes normally, this should be set to KErrNone. |
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.