Interface: TelecomField
A single decoded field: its 2-character id, verbatim value, and paraphrased name.
Properties
byteOffset
readonlybyteOffset:number
Byte offset of this field token in the raw message.
id
readonlyid:string
The 2-character field identifier, verbatim (empty for a malformed token).
name?
readonlyoptionalname?:string
Paraphrased field name when id is recognized.
value
readonlyvalue:string
The field value exactly as it appeared on the wire.