Public Member Functions | |
Client (auto_ptr< Socket > s) | |
The constructor with socket object specification. | |
Client () | |
The default constructor. | |
virtual | ~Client () |
The destructor. | |
Public Attributes | |
std::wstring | chain |
The chain of received incomplete data. | |
TextParam | pitch |
The current pitch value associated with the connection. | |
TextParam | rate |
The current rate value associated with the connection. | |
bool | rejecting |
Is server skip all data from the client due to line length exceed. | |
LangIdToStringMap | selectedFamilies |
std::string | selectedTextProcessor |
The name of selected text processor. | |
auto_ptr< Socket > | socket |
The client connection socket. | |
TextParam | volume |
The current volume value associated with the connection. |
Client::Client | ( | auto_ptr< Socket > | s | ) | [inline] |
[in] | s | The socket object for data exchanging |
LangIdToStringMap Client::selectedFamilies |
The voice families for different language text processing