Go to the source code of this file.
Classes | |
class | ClientSocket |
This class dialogs with server. More... | |
Functions | |
void | debugQt (const QString &message) |
void | Socket_print_error (int errorcode) |
void | SSL_print_error (int errorcode) |
Variables | |
QStringList | AllowUserDisconnect |
Allow client to disconnect user. | |
QStringList | AllowUserSendMsg |
Allow client to send message. | |
QString | Certificat |
bool | daemonize |
bool | debug_qtsmbstatus |
view debug messages | |
Q_UINT16 | port_server |
TCP port. | |
QString | Private_key |
QString | ssl_password |
QString | version_qtsmbstatus |
void debugQt | ( | const QString & | message | ) |
view debug messages. The message is printed to stderr.
void Socket_print_error | ( | int | errorcode | ) |
void SSL_print_error | ( | int | errorcode | ) |
QStringList AllowUserDisconnect |
Allow client to disconnect user.
QStringList AllowUserSendMsg |
Allow client to send message.
QString Certificat |
bool daemonize |
bool debug_qtsmbstatus |
view debug messages
Q_UINT16 port_server |
TCP port.
QString Private_key |
QString ssl_password |
QString version_qtsmbstatus |