IPWorks EDI 2020 macOS Edition

Questions / Feedback?

XSegmentType Property

Indicates the current segment type.

Syntax

public var xSegmentType: X12readerXSegmentTypes {
get {...} }

public enum X12readerXSegmentTypes: Int32 { case stNone = 0 case stInterchange = 1 case stFunctionalGroup = 2 case stTransaction = 3 case stInterchangeHeader = 4 case stFunctionalGroupHeader = 5 case stTransactionHeader = 6 case stTransactionSegment = 7 case stTransactionLoop = 8 case stTransactionFooter = 9 case stFunctionalGroupFooter = 10 case stInterchangeFooter = 11 }

Default Value

0

Remarks

The current segment will be a control segment footer/header or a transaction data segment.

This property is read-only.

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