MASRSTtpHwDeviceObserver Class Reference

class MASRSTtpHwDeviceObserver

Class which defines callback functions. Client must implement this in order to receive callbacks.

asrsttphwdevice.lib

Member Functions Documentation

MathdoConfigurationData(TUint32, TUint32, TUint32, TUint32)

HBufC8 *MathdoConfigurationData(TUint32aPackageType,
TUint32aPackageID,
TUint32aStartPosition = 0,
TUint32aEndPosition =  KMaxTUint32
)[pure virtual]

Callback function to load configuration data. Client provides an implementation.

Parameters

TUint32 aPackageTypeType identifier.
TUint32 aPackageIDPackage identifier.
TUint32 aStartPosition = 0First byte.
TUint32 aEndPosition =  KMaxTUint32 Last byte. If greater than the size of the data, rest of the data is given.

MathdoWordListReady(const TInt)

voidMathdoWordListReady(const TIntaError)[pure virtual]

Callback function to notify that word list is converted. Client provides an implementation.

Parameters

const TInt aErrorError code, KErrNone if successful.