LostSync Property

Whether the token in the synchronization request is older.

Syntax

ANSI (Cross Platform)
int GetLostSync();

Unicode (Windows)
BOOL GetLostSync();
@property (nonatomic,readonly,assign,getter=lostSync) BOOL lostSync;
- (BOOL)lostSync;
#define PID_BANKTRANSFER_LOSTSYNC 10

IPWORKSOFX_EXTERNAL void* IPWORKSOFX_CALL IPWorksOFX_BankTransfer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

FALSE

Remarks

The LostSync will be returned in the server response after a synchronization request has been sent (when the Synchronize method was called). This indicates whether the Token in the synchronization request is older than the earliest entry in the server's history table. If True, some responses have been lost. Otherwise, the token in the synchronization request is newer than or matches a token in the server's history table.

This property is read-only and not available at design time.

Data Type

Boolean

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