EndLoop Event

Fires when the end of a loop is detected in a transaction set.

Syntax

ANSI (Cross Platform)
virtual int FireEndLoop(EDIFACTReaderEndLoopEventParams *e);
typedef struct { int reserved; } EDIFACTReaderEndLoopEventParams; Unicode (Windows) virtual INT FireEndLoop(EDIFACTReaderEndLoopEventParams *e);
typedef struct { INT reserved; } EDIFACTReaderEndLoopEventParams;
- (void)onEndLoop;
#define EID_EDIFACTREADER_ENDLOOP 3

virtual INT IPWORKSEDI_CALL FireEndLoop();

Remarks

The EndLoop event will fire after the last segment in a loop is read. Each EndLoop event is paired with one StartLoop event.

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