offset (property)

Current offset of the document being parsed.

Syntax

@property (nonatomic,readonly,assign,getter=offset) long long offset;
- (long long)offset;
public var offset: Int64 {
  get {...}
}

Default Value

0

Remarks

This property is useful for determining the location of possible EDI errors in the document.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks X12 2020 iOS Edition - Version 20.0 [Build 8155]