JSON Event

Fires with the JSON data being written.

Syntax

class JSONJSONEventParams {
public:
  const QString &Text();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void JSONEvt(JSONJSONEventParams *e);
// Or, subclass JSON and override this emitter function. virtual int FireJSON(JSONJSONEventParams *e) {...}

Remarks

This event fires when output data is written.

Text contains the JSON data currently being written.

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