#include <VXIinterpreter.h>
This structure must be allocated and all the pointers filled with created and initialized resources before creating the VXI interface.
Public Attributes | |
VXIlogInterface * | log |
log interface | |
VXIinetInterface * | inet |
Internet interface. | |
VXIjsiInterface * | jsi |
ECMAScript interface. | |
VXIrecInterface * | rec |
Recognizer interface. | |
VXIpromptInterface * | prompt |
Prompt interface. | |
VXItelInterface * | tel |
Telephony interface. | |
VXIobjectInterface * | object |
Object interface. | |
VXIcacheInterface * | cache |
Cache interface. |
|
Cache interface. May be NULL, but VXI performance will be reduced. |
|
Internet interface.
|
|
ECMAScript interface.
|
|
log interface
|
|
Object interface. May be NULL in which case objects will not function. |
|
Prompt interface.
|
|
Recognizer interface.
|
|
Telephony interface.
|