RequestMDNSynchronous Property

Preference to request for synchronous MDNs.

Syntax

ANSI (Cross Platform)
int GetRequestMDNSynchronous();
int SetRequestMDNSynchronous(int bRequestMDNSynchronous); Unicode (Windows) BOOL GetRequestMDNSynchronous();
INT SetRequestMDNSynchronous(BOOL bRequestMDNSynchronous);
@property (nonatomic,readwrite,assign,getter=requestMDNSynchronous,setter=setRequestMDNSynchronous:) BOOL requestMDNSynchronous;
- (BOOL)requestMDNSynchronous;
- (void)setRequestMDNSynchronous:(BOOL)newRequestMDNSynchronous;
#define PID_AS2PROFILEMGR_REQUESTMDNSYNCHRONOUS 24

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_AS2ProfileMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_AS2ProfileMgr_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

TRUE

Remarks

MDNRequestSynchronous is used to store your preference of requesting synchronous MDNs from your trading partner.

After invoking LoadProfile, the MDNRequestSynchronous will contain your preference of requesting synchronous MDNs, alternatively MDNRequestSynchronous may be set and saved by invoking SaveProfile.

Data Type

Boolean

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