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 ( TUint32 aPackageType,
TUint32 aPackageID,
TUint32 aStartPosition = 0,
TUint32 aEndPosition =  KMaxTUint32
) [pure virtual]
Invoked by Nlp Hw Device when it needs a configuration data package.
Since
3.0

Parameters

TUint32 aPackageType Type identifier.
TUint32 aPackageID Identifier of package
TUint32 aStartPosition = 0 Start 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)

void MnhdoNlpCompleted ( TInt aStatus ) [pure virtual]
Called by the HW device when the asynchronous text processing has been completed.
Since
3.0

Parameters

TInt aStatus Error code, KErrNone if success

MnhdoStyleL(TTtsStyleID)

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

Parameters

TTtsStyleID aStyleID The style id.