IPWorks EDI 2020 Python Edition

Questions / Feedback?

oftp_connection_version Property

This holds the version of OFTP supported by the client.

Syntax

def get_oftp_connection_version(connection_id: int) -> int: ...

Default Value

0

Remarks

This holds the version of OFTP supported by the client. This value cannot be changed. All communication with the client is performed using the version returned by this property. Possible values are:

0 (oftpVer12) OFTP Version 1.2
1 (oftpVer13) OFTP Version 1.3
2 (oftpVer14) OFTP Version 1.4
3 (oftpVer20) OFTP Version 2.0

The connection_id parameter specifies the index of the item in the array. The size of the array is controlled by the oftp_connection_count property.

This property is read-only.

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