Function: frameSequenceGap()
frameSequenceGap(
position):AstmFrameWarning
Build an ASTM_FRAME_SEQUENCE_GAP warning. A frame was possibly dropped; the
record is not concatenated across the gap as if contiguous.
Parameters
position
Returns
Example
import { frameSequenceGap } from "@cosyte/astm";
frameSequenceGap({ frameNumber: 3, byteOffset: 502 });