E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

FTPTimeout Property

A timeout to use when uploading via FTP.

Syntax

ANSI (Cross Platform)
int GetFTPTimeout();
int SetFTPTimeout(int iFTPTimeout); Unicode (Windows) INT GetFTPTimeout();
INT SetFTPTimeout(INT iFTPTimeout);
@property (nonatomic,readwrite,assign,getter=FTPTimeout,setter=setFTPTimeout:) int FTPTimeout;
- (int)FTPTimeout;
- (void)setFTPTimeout:(int)newFTPTimeout;
#define PID_CHECK21_FTPTIMEOUT 40

INPAY_EXTERNAL void* INPAY_CALL InPay_Check21_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_Check21_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

60

Remarks

A timeout to use when uploading via FTP.

When uploading the X9.37 file to the FTP FTPRemoteHost, the class will use this property to determine how long to wait for the operation to complete before returning control. The FTPTimeout property cannot be set to 0

The default value for the Timeout property is 60 (seconds).

This property is not available at design time.

Data Type

Integer

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 C++ Edition - Version 20.0 [Build 7941]