EDI Integrator 2016 Node.js Edition
EDI Integrator 2016 Node.js Edition
Questions / Feedback?

Output Event

Fires whenever a segment is complete.

Syntax

ediwriter.on('Output', [callback])

Callback

The 'callback' is called when the 'Output' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.outputData (buffer)

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) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 Node.js Edition - Version 16.0 [Build 7240]