Function


nuVrsStopReadData

Syntax: 
s32 nuVrsStopReadData(NUVrsHandle* handle)
Argument: 
handle   NUVrsHandle structure
Return Value: 
Error
Description: 

Forces termination of recognition processing

This forcibly terminates voice recognition processing.

"handle" must be initialized with the nuVrsOpen function. The return value is the return value from the osVoiceStopReadData function.

This function calls the osVoiceStopReadData 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 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.

Reference: nuVrsOpen, osVoiceStopReadData