IPWorks EDI 2020 Kotlin Edition

Questions / Feedback?

CompressionFormat Property

The compression format used on the incoming message.

Syntax

public val compressionFormat: As1receiverCompressionFormats

public enum class As1receiverCompressionFormats(val value: Int) {
cfNone(0),
cfZLIB(1);
}

Default Value

0

Remarks

The compression format used on the incoming message, if any. Compressed messages will automatically be decompressed by the component.

This property is read-only.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks EDI 2020 Kotlin Edition - Version 20.0 [Build 8033]