Skip to main content
Version: v0.0.4

Interface: DetectFramingResult

The result of detectFraming: the decided framing plus any warning (exactly one ASTM_LTP_AMBIGUOUS_TRANSPORT when the lead was unrecognizable and the mode was defaulted; empty otherwise).

Properties

defaulted

readonly defaulted: boolean

true when the lead byte was unrecognizable and framing was defaulted (not inferred).


framing

readonly framing: AstmFraming

The decided transport framing.


warnings

readonly warnings: readonly AstmLtpWarning[]

The detection warnings (a single ambiguity warning, or none).