MNlpHwDeviceObserver Class Reference

class MNlpHwDeviceObserver

Class to define callback functions

asrsttshwdevice.lib
Since
3.0

Member Functions Documentation

MnhdoConfigurationData(TUint32, TUint32, TUint32, TUint32)

HBufC8 *MnhdoConfigurationData(TUint32aPackageType,
TUint32aPackageID,
TUint32aStartPosition = 0,
TUint32aEndPosition =  KMaxTUint32
)[pure virtual]
Invoked by Nlp Hw Device when it needs a configuration data package.
Since
3.0

Parameters

TUint32 aPackageTypeType identifier.
TUint32 aPackageIDIdentifier of package
TUint32 aStartPosition = 0Start index in bytes
TUint32 aEndPosition =  KMaxTUint32 End index in bytes. If the position is bigger than the size of data package, the end part will be returned.

MnhdoNlpCompleted(TInt)

voidMnhdoNlpCompleted(TIntaStatus)[pure virtual]
Called by the HW device when the asynchronous text processing has been completed.
Since
3.0

Parameters

TInt aStatusError code, KErrNone if success

MnhdoStyleL(TTtsStyleID)

const TTtsStyle &MnhdoStyleL(TTtsStyleIDaStyleID)[pure virtual]
Returns style given the style id.
Since
3.0

Parameters

TTtsStyleID aStyleIDThe style id.