CompressionFormat Property

The compression format used on the incoming message.

Syntax

ANSI (Cross Platform)
int GetCompressionFormat();

Unicode (Windows)
INT GetCompressionFormat();

Possible Values

CF_NONE(0), 
CF_ZLIB(1)
@property (nonatomic,readonly,assign,getter=compressionFormat) int compressionFormat;
- (int)compressionFormat;

Possible Values

CF_NONE(0), 
CF_ZLIB(1)
#define PID_AS2RECEIVER_COMPRESSIONFORMAT 27

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_AS2Receiver_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

Remarks

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

This property is read-only.

Data Type

Integer

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