IPWorks EDI 2020 Python Edition

Questions / Feedback?

on_output Event

Fires whenever a segment is complete.

Syntax

class VDAWriterOutputEventParams(object):
  @property
  def output_data() -> bytes: ...

# In class VDAWriter:
@property
def on_output() -> Callable[[VDAWriterOutputEventParams], None]: ...
@on_output.setter
def on_output(event_hook: Callable[[VDAWriterOutputEventParams], None]) -> None: ...

Remarks

The on_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 EDI 2020 Python Edition - Version 20.0 [Build 8203]