EDI Integrator 2016 C++ Edition
EDI Integrator 2016 C++ Edition
Questions / Feedback?

Segment Event

Fires whenever a data segment in a transaction set is read.

Syntax

 virtual int FireSegment(EDIReaderSegmentEventParams *e);

 
typedef struct {
char* Tag;
char* Name;
char* LoopName;
char* FullSegment;
int reserved;
} EDIReaderSegmentEventParams;

Remarks

The Segment event will fire when a data segment is read. The Tag parameter contains the tag of the segment. Name contains the name of the segment as defined in the associated transaction set schema. LoopName contains the name of the loop or group this segment is present in (such as N1Loop1).

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 C++ Edition - Version 16.0 [Build 7240]