Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

VXIresources Struct Reference
[Interpreter interface]

#include <VXIinterpreter.h>

List of all members.


Detailed Description

Structure containing all the interfaces required by the VXI.

This structure must be allocated and all the pointers filled with created and initialized resources before creating the VXI interface.


Public Attributes

VXIlogInterfacelog
 log interface
VXIinetInterfaceinet
 Internet interface.
VXIjsiInterfacejsi
 ECMAScript interface.
VXIrecInterfacerec
 Recognizer interface.
VXIpromptInterfaceprompt
 Prompt interface.
VXItelInterfacetel
 Telephony interface.
VXIobjectInterfaceobject
 Object interface.
VXIcacheInterfacecache
 Cache interface.


Member Data Documentation

VXIcacheInterface* VXIresources::cache
 

Cache interface.

May be NULL, but VXI performance will be reduced.

VXIinetInterface* VXIresources::inet
 

Internet interface.

VXIjsiInterface* VXIresources::jsi
 

ECMAScript interface.

VXIlogInterface* VXIresources::log
 

log interface

VXIobjectInterface* VXIresources::object
 

Object interface.

May be NULL in which case objects will not function.

VXIpromptInterface* VXIresources::prompt
 

Prompt interface.

VXIrecInterface* VXIresources::rec
 

Recognizer interface.

VXItelInterface* VXIresources::tel
 

Telephony interface.


The documentation for this struct was generated from the following file:
Generated on Wed Jun 1 12:50:19 2005 for OpenVXI by  doxygen 1.4.2