SecureBlackbox 2020 Qt Edition

Questions / Feedback?

SessionClosed Event

Reports session closure.

Syntax

class SFTPServerSessionClosedEventParams {
public:
  qint64 ConnectionID();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void SessionClosed(SFTPServerSessionClosedEventParams *e);
// Or, subclass SFTPServer and override this emitter function. virtual int FireSessionClosed(SFTPServerSessionClosedEventParams *e) {...}

Remarks

This event is fired when a connection identified by ConnectionID has been gracefully closed.

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