Browse
 
Tools
Rss Categories

LVSpeechPort::Shutdown

Reference Number: AA-00814 Views: 6629 0 Rating/ Voters

Gracefully shuts down the threads related to the client application and performs house keeping such as flushing logs.

Function

  • static void Shutdown(void)

Parameters

None.

Return Values

None.

Remarks

This function should be the last API call made after all other LVSpeechPort API calls and needs to be called only one time per application before the application shuts down. This is used to gracefully allow threads to stop and logs and pending buffers to flush correctly.

Failure to call this may cause unexpected problems during application shutdown.

See Also