SecureBlackbox 2020 Qt Edition

Questions / Feedback?

Connect Event

This event is fired when an SSH session has been established.

Syntax

class SSHClientConnectEventParams {
public:
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Connect(SSHClientConnectEventParams *e);
// Or, subclass SSHClient and override this emitter function. virtual int FireConnect(SSHClientConnectEventParams *e) {...}

Remarks

Use this event to track the moment when SSH session has been set up.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Qt Edition - Version 20.0 [Build 8154]