LVInterpretation_Create

Returns an empty Interpretation object.

Functions

Parameters

None.

Return Values

NULL

Always returns NULL

Remarks

This function is not really useful since it always returns a NULL pointer. Use LV_SRE_CreateInterpretation to get an interpretation object after a decode and assign it directly to a H_SI object.

Example


//open the port and do a decode
//...
//when the decode is finished, grab an interpretation object

H_SI SemanticInterpretation = LV_SRE_CreateInterpretation(hport, voicechannel, index);

//start using the interpretation data.
//...

See Also

© 2012 LumenVox LLC. All rights reserved.