LV_SRE_AddFieldToRequest

Adds the parameter and value pair to the request BTS.

Functions

int LV_SRE_AddFieldToRequest (HPORT hport, const char* KeyName, const char* String);

Return Values

Zero (0) or greater indicates success.

 

A negative result indicates a specific error:

 

-1: LV_FAILURE: The decode failed.

 

-12: LV_INVALID_HPORT: The Hport was invalid.

Parameters

hport

 

A handle to the speech port.

 

KeyName

 

Name of the key which is to be added to the request BTS.

Remarks

Adds a key-value pair to the request BTS. This is useful for logging purposes when analyzing the callsre files generated by the Engine. You need to represent all non-string values as const char * types when passing to this function.

 

 


Complete Help Topic List | Speech Engine Product Information