SecureBlackbox 2020 Qt Edition

Questions / Feedback?

SessionEstablished Event

This event is fired when a new session is established.

Syntax

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

Remarks

This event is fired when a new connection identified by ConnectionID has been established with a client.

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