SecureBlackbox 2020 Qt Edition

Questions / Feedback?

Disconnect Event

This event is fired when a client has disconnected.

Syntax

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

Remarks

This event reports loss of connection to the client within the session specified by ConnectionID.

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