 
 
	 
In file ../include/EST_ServiceTable.h:
| class EST_ServiceTable::Entry | 
A service record.
| ![[more]](icon1.gif) EST_String | name Name of the server | 
| ![[more]](icon1.gif) EST_String | type Type of server (eg `fringe') | 
| ![[more]](icon1.gif) EST_String | hostname Human readable hostname | 
| ![[more]](icon1.gif) EST_String | address Numeric IP address () | 
| ![[more]](icon1.gif) EST_String | cookie A random string to send as authorisation | 
| ![[more]](icon1.gif) int | port TCP port number | 
| ![[more]](icon1.gif)  | Entry () Create an empty entry | 
| ![[more]](icon1.gif)  | operator EST_String () const A suitable human readable name for the entry | 
A service record.This is returned by service lookup operations, it contains enough information to contact the server and authenticate yourself.
 EST_String name
EST_String name
 EST_String type
EST_String type
 EST_String hostname
EST_String hostname
 EST_String address
EST_String address
 EST_String cookie
EST_String cookie
 int port
int port
 Entry()
 Entry()
 operator EST_String() const
 operator EST_String() const 
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