 
 
	 
In file ../include/EST_FringeServer.h:
| class EST_FringeServer | 
A class providing mechanisms to talk to fringe.
| ![[more]](icon1.gif)  | EST_FringeServer (EST_String name="fringe") Create a server connection by name, defaulting to "fringe", the default server name | 
| ![[more]](icon1.gif)  | EST_FringeServer (EST_String hostname, int port) Create a server connection by explicitly saying where to connect to | 
| ![[more]](icon1.gif)  | ~EST_FringeServer () Destroy the connection | 
 enum  Mode
enum  Mode
Client end constructors.
![[more]](icon1.gif) EST_Server(EST_String name, EST_String type)
 EST_Server(EST_String name, EST_String type)
![[more]](icon1.gif) EST_Server(EST_String hostname, int port)
 EST_Server(EST_String hostname, int port)
information about the server.
![[more]](icon1.gif) const EST_String name(void) const
const EST_String name(void) const 
![[more]](icon1.gif) const EST_String type(void) const
const EST_String type(void) const 
![[more]](icon1.gif) const EST_String hostname(void) const
const EST_String hostname(void) const 
![[more]](icon1.gif) const EST_String address(void) const
const EST_String address(void) const 
![[more]](icon1.gif) const EST_String servername(void) const
const EST_String servername(void) const 
![[more]](icon1.gif) int port(void) const
int port(void) const 
connection management
![[more]](icon1.gif) EST_connect_status connect(void)
EST_connect_status connect(void)
![[more]](icon1.gif) bool connected(void)
bool connected(void)
![[more]](icon1.gif) EST_connect_status disconnect(void)
EST_connect_status disconnect(void)
A class providing mechanisms to talk to fringe.
 EST_FringeServer(EST_String name="fringe")
 EST_FringeServer(EST_String name="fringe")
 EST_FringeServer(EST_String hostname, int port)
 EST_FringeServer(EST_String hostname, int port)
 ~EST_FringeServer()
 ~EST_FringeServer()
 
Alphabetic index HTML hierarchy of classes or Java
 
This page is part of the 
Edinburgh Speech Tools Library documentation
Copyright  University of Edinburgh 1997
Contact:  
         speech_tools@cstr.ed.ac.uk