Skip to main content
Version: v0.0.3

Interface: TelecomSegment

A decoded segment: its identification code, name, and ordered fields.

Properties

byteOffset

readonly byteOffset: number

Byte offset of the segment in the raw message.


fields

readonly fields: readonly TelecomField[]

The segment's data fields, in wire order (the AM field is not repeated here).


name?

readonly optional name?: string

Paraphrased segment name when segmentId is recognized.


segmentId

readonly segmentId: string

The Segment Identification (111-AM) code, e.g. "07" (empty if unreadable).