IPWorks EDI 2020 C++ Builder Edition

Questions / Feedback?

Version Property

The MLLP version to use.

Syntax

__property TibeMLLPServerVersions Version = { read=FVersion, write=FSetVersion };
enum TibeMLLPServerVersions { mvVersion1=1, mvVersion2=2 };

Default Value

mvVersion2

Remarks

This property specifies the MLLP version the component 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 AckIn and AckOut events will never fire.

This property is not available at design time.

Data Type

Integer

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