Skip to main content
Version: v0.0.3

Interface: TelecomField

A single decoded field: its 2-character id, verbatim value, and paraphrased name.

Properties

byteOffset

readonly byteOffset: number

Byte offset of this field token in the raw message.


id

readonly id: string

The 2-character field identifier, verbatim (empty for a malformed token).


name?

readonly optional name?: string

Paraphrased field name when id is recognized.


value

readonly value: string

The field value exactly as it appeared on the wire.