class MASRSTtpHwDeviceObserver |
Class which defines callback functions. Client must implement this in order to receive callbacks.
asrsttphwdevice.lib
Public Member Functions | |
---|---|
HBufC8 * | MathdoConfigurationData ( TUint32 , TUint32 , TUint32 , TUint32 ) |
void | MathdoWordListReady (const TInt ) |
HBufC8 * | MathdoConfigurationData | ( | TUint32 | aPackageType, |
TUint32 | aPackageID, | |||
TUint32 | aStartPosition = 0, | |||
TUint32 | aEndPosition = KMaxTUint32 | |||
) | [pure virtual] |
Callback function to load configuration data. Client provides an implementation.
TUint32 aPackageType | Type identifier. |
TUint32 aPackageID | Package identifier. |
TUint32 aStartPosition = 0 | First byte. |
TUint32 aEndPosition = KMaxTUint32 | Last byte. If greater than the size of the data, rest of the data is given. |
void | MathdoWordListReady | ( | const TInt | aError | ) | [pure virtual] |
Callback function to notify that word list is converted. Client provides an implementation.
const TInt aError | Error code, KErrNone if successful. |
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.