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
readonlydefaulted:boolean
true when the lead byte was unrecognizable and framing was defaulted (not inferred).
framing
readonlyframing:AstmFraming
The decided transport framing.
warnings
readonlywarnings: readonlyAstmLtpWarning[]
The detection warnings (a single ambiguity warning, or none).