SSHStatus Event

Shows the progress of the secure connection.

Syntax

class SSHDaemonSSHStatusEventParams {
public:
  int ConnectionId();
  const QString &Message();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void SSHStatus(SSHDaemonSSHStatusEventParams *e);
// Or, subclass SSHDaemon and override this emitter function. virtual int FireSSHStatus(SSHDaemonSSHStatusEventParams *e) {...}

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 Qt Edition - Version 20.0 [Build 8501]