AS2Version Property

The version of AS2 being used.

Syntax

ANSI (Cross Platform)
char* GetAS2Version();

Unicode (Windows)
LPWSTR GetAS2Version();
@property (nonatomic,readonly,assign,getter=AS2Version) NSString* AS2Version;
- (NSString*)AS2Version;
#define PID_AS2SENDER_AS2VERSION 3

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

Default Value

"1.2"

Remarks

The version of AS2 being used.

This property is read-only.

Data Type

String

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