SecureBlackbox 2020 Qt Edition

Questions / Feedback?

Disconnect Event

Fires to report a disconnected client.

Syntax

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

Remarks

The class fires this event when a connected client disconnects.

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