|
玉兔远程控制 0.1.0-bate11
|


Public 成员函数 | |
| CChannelSSH (CBackend *pBackend, CParameterSSH *pPara, bool bWakeUp=true, QObject *parent=nullptr) | |
| virtual bool | open (OpenMode mode) override |
| virtual void | close () override |
| virtual int | WakeUp () |
| virtual QString | GetDetails () override |
| 依赖信息 | |
| Public 成员函数 继承自 CChannel | |
| CChannel (QTcpSocket *pSocket, QObject *parent=nullptr) | |
| CChannel | |
Protected 属性 | |
| ssh_session | m_Session |
| ssh_channel | m_Channel |
| CBackend * | m_pBackend |
| CParameterSSH * | m_pParameter |
| Channel::CEvent * | m_pEvent |
Private 成员函数 | |
| int | verifyKnownhost (ssh_session session) |
| int | authentication (ssh_session session, const QString szUser, const QString szPassword, const QString szPassphrase, const int nMethod=SSH_AUTH_METHOD_PASSWORD) |
| int | authenticationPublicKey (ssh_session session, const QString szUser, const QString szPublicKeyFile, const QString szPrivateKeyFile, const QString szPassphrase) |
| virtual int | OnOpen (ssh_session session) |
| virtual void | OnClose () |
静态 Private 成员函数 | |
| static void | cb_log (ssh_session session, int priority, const char *message, void *userdata) |
Private 属性 | |
| ssh_pcap_file | m_pcapFile |
额外继承的成员函数 | |
| 信号 继承自 CChannel | |
| void | sigConnected () |
| emit when the channel is connected. | |
| void | sigDisconnected () |
| emit when the channel is disconnected | |
| void | sigError (int nErr, const QString &szErr) |
| emit when the channel is error | |
| void | sigSecurityLevel (CSecurityLevel::Levels level) |
| 当安全级别改变时触发 | |
| void | sigSend (quint64 counts) |
| Send data counts | |
| void | sigReceive (quint64 counts) |
| Receive data counts | |
| 静态 Public 成员函数 继承自 CChannel | |
| static int | InitTranslation () |
| Initial translation | |
| static int | RemoveTranslation () |
| Remove translation | |
| Protected 成员函数 继承自 CChannel | |
| CChannel (QObject *parent=nullptr) | |
| virtual qint64 | readData (char *data, qint64 maxlen) override |
| virtual qint64 | writeData (const char *data, qint64 len) override |
| virtual bool | isSequential () const override |
在文件 ChannelSSH.h 第 13 行定义.
|
explicit |
在文件 ChannelSSH.cpp 第 8 行定义.
|
virtual |
在文件 ChannelSSH.cpp 第 22 行定义.
|
private |
|
private |
在文件 ChannelSSH.cpp 第 452 行定义.
|
staticprivate |
在文件 ChannelSSH.cpp 第 35 行定义.
|
overridevirtual |
重载 CChannel .
在文件 ChannelSSH.cpp 第 223 行定义.
|
overridevirtual |
|
privatevirtual |
在文件 ChannelSSH.cpp 第 544 行定义.
|
privatevirtual |
在文件 ChannelSSH.cpp 第 537 行定义.
|
overridevirtual |
|
private |
在文件 ChannelSSH.cpp 第 248 行定义.
|
virtual |
在文件 ChannelSSH.cpp 第 54 行定义.
|
protected |
在文件 ChannelSSH.h 第 52 行定义.
|
protected |
在文件 ChannelSSH.h 第 53 行定义.
|
private |
在文件 ChannelSSH.h 第 58 行定义.
|
protected |
在文件 ChannelSSH.h 第 55 行定义.
|
protected |
在文件 ChannelSSH.h 第 54 行定义.
|
protected |
在文件 ChannelSSH.h 第 51 行定义.