IPWorks EDI 2020 Python Edition

Questions / Feedback?

version Property

The MLLP version to use.

Syntax

def get_version() -> int: ...
def set_version(value: int) -> None: ...

version = property(get_version, set_version)

Default Value

2

Remarks

This property specifies the MLLP version the class should use. Valid values are:

  • mvVersion1 (1) - MLLP Version 1
  • mvVersion2 (2) - MLLP Version 2 (default)

When using MLLP version 1, there are no acknowledgements, so the on_ack_in and on_ack_out events will never fire.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Python Edition - Version 20.0 [Build 8203]