pub fn frame_kind(frame: &[u8]) -> Option<u8>
The cover kind of a PNP frame ([KIND_DATA] / [KIND_ROLL]), or None if it is not a well-formed PNP frame — lets a receive loop dispatch data vs. handoff without opening.
PNP
KIND_DATA
KIND_ROLL
None