Skip to main content
Version: v0.0.4

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

readonly frames: readonly AstmFrame[]

Every decoded frame, trusted or not, in wire order.


frameWarnings

readonly frameWarnings: readonly AstmFrameWarning[]

The frame-layer warnings (bad checksum, sequence gap, unterminated, oversize).


message

readonly message: AstmMessage

The message parsed from the trusted, reassembled record bytes.