Function


nuVrsStartReadData


Syntax

s32 nuVrsStartReadData(NUVrsHandle *handle)

Arguments

handle      NUVrsHandle structure

Return Value

Error

Description

Starts the voice recognition process

This starts voice recognition processing. "handle" must be initialized with the nuVrsOpen function. The return value is the return value from the osVoiceStartReadData function. This function calls the osVoiceStartReadData function via the SI manager.

Errors

CONT_ERR_NO_CONTROLLER Nothing is connected to the Controller port.
CONT_ERR_DEVICE Something other than the Voice Recognition System is connected to the Controller port.
CONT_ERR_VOICE_NO_RESPONSE No response from Voice Recognition System. There may be a problem with the hardware.
CONT_ERR_CONTRFAIL Data transfer failure. There is a problem in the Voice Recognition System connection.
CONT_ERR_INVALID Starts voice recognition process without registering words correctly in dictionary with the osVoiceSetWord function. There is an error in the way this function was called or in the argument. This error will not occur if the correct calling method is used. Please correct the problem so that this error does not occur when development is completed.

See Also

nuVrsOpen and osVoiceStartReadData