IPWorks EDIFACT 2020 iOS Edition

Questions / Feedback?

onSegment (event)

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

Syntax

- (void)onSegment:(NSString*)tag :(NSString*)name :(NSString*)loopName :(NSString*)fullSegment;
func onSegment(_ tag: String, _ name: String, _ loopName: String, _ fullSegment: String)

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) 2022 /n software inc. - All rights reserved.
IPWorks EDIFACT 2020 iOS Edition - Version 20.0 [Build 8209]