Browse
 
Tools
Rss Categories

LVSpeechPort::ClearAllFieldsToRequest

Reference Number: AA-00748 Views: 7349 0 Rating/ Voters

Clears all the custom fields added to the request to be via AddFieldToRequest.

Function

  • int ClearAllFieldsToRequest(void)

Return Values

LV_SUCCESS

No errors; all custom fields were cleared.

LV_FAILURE

Returned if the port is in the process of shutting down.

LV_INVALID_HPORT

The port is not valid (either CreateClient has not been called or DestroyClient has been called prior to this call).

LV_EXCEPTION

An exception occurred while processing the request.

Remarks

None of the custom fields added prior to making this call will appear in the call log.

See Also