Interface: FramedAstmResult
The result of parseFramedAstm: the parsed message, plus the frame-layer detail (every decoded frame and the frame warnings) so a consumer keeps full visibility into the transport below the records.
Properties
frames
readonlyframes: readonlyAstmFrame[]
Every decoded frame, trusted or not, in wire order.
frameWarnings
readonlyframeWarnings: readonlyAstmFrameWarning[]
The frame-layer warnings (bad checksum, sequence gap, unterminated, oversize).
message
readonlymessage:AstmMessage
The message parsed from the trusted, reassembled record bytes.