Interface: UnsupportedRecord
Any record whose type letter is not modeled (a genuinely unknown letter).
H/P/O/R/C/Q/M/S/L are all modeled; anything else is surfaced
with its raw fields intact and flagged with an
ASTM_RECORD_UNKNOWN_TYPE warning - never dropped.
Extends
RecordBase
Properties
fields
readonlyfields: readonlyAstmField[]
The record's fields. fields[0] is the type-letter field; data fields are 1-indexed after it.
Inherited from
RecordBase.fields
rawType
readonlyrawType:string
The raw type letter as it appeared on the wire.
recordIndex
readonlyrecordIndex:number
0-based ordinal of the record within the message.
Inherited from
RecordBase.recordIndex
type
readonlytype:"unsupported"
The record's raw type letter.
Overrides
RecordBase.type