Definition at line 47 of file qostdevice.cpp.
◆ QOstDevicePrivate()
QOstDevicePrivate::QOstDevicePrivate |
( |
| ) |
|
|
inline |
Definition at line 53 of file qostdevice.cpp.
53 : CActive(CActive::EPriorityStandard) {
◆ ~QOstDevicePrivate()
QOstDevicePrivate::~QOstDevicePrivate |
( |
| ) |
|
|
inline |
◆ AoFlags()
TInt& QOstDevicePrivate::AoFlags |
( |
| ) |
|
|
inline |
Definition at line 60 of file qostdevice.cpp.
60 {
return ((TInt*)&iStatus)[1]; }
◆ DoCancel()
void QOstDevicePrivate::DoCancel |
( |
| ) |
|
|
private |
◆ RunL()
void QOstDevicePrivate::RunL |
( |
| ) |
|
|
private |
Definition at line 110 of file qostdevice.cpp.
Referenced by AoFlags().
114 if (iStatus == KErrNone) {
128 q->setErrorString(
QString(
"Error %1 from RUsbOstComm::ReadMessage()").arg(iStatus.Int()));
QByteArray & append(char c)
Appends the character ch to this byte array.
The QByteArray class provides an array of bytes.
The QString class provides a Unicode character string.
static QByteArray fromRawData(const char *, int size)
Constructs a QByteArray that uses the first size bytes of the data array.
static const char * data(const QByteArray &arr)
void ReadMessage(TRequestStatus &aStatus, TDes8 &aDes)
◆ dataBuf
◆ inReadyRead
TBool QOstDevicePrivate::inReadyRead |
|
private |
◆ ost
◆ q_ptr
◆ readBuf
TBuf8<4096> QOstDevicePrivate::readBuf |
|
private |
The documentation for this class was generated from the following file: