Output Event

Fires whenever a segment is complete.

Syntax

class X12WriterOutputEventParams {
public:
  const QByteArray &OutputData();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Output(X12WriterOutputEventParams *e);
// Or, subclass X12Writer and override this emitter function. virtual int FireOutput(X12WriterOutputEventParams *e) {...}

Remarks

The Output event will fire when the writer completes a new segment and writes data to the output stream or buffer. The Data parameter contains the data bytes.

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