SecureBlackbox 2020 Qt Edition

Questions / Feedback?

Data Event

Supplies a data chunk received from a client.

Syntax

class DTLSServerDataEventParams {
public:
  qint64 ConnectionID();
  const QByteArray &Buffer();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Data(DTLSServerDataEventParams *e);
// Or, subclass DTLSServer and override this emitter function. virtual int FireData(DTLSServerDataEventParams *e) {...}

Remarks

This event is fired to supply another piece of data received from a client. This event may fire multiple times.

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