pub fn probe(ctx: &Ctx, a: &Args<'_>, p: &mut dyn Progress) -> Result<Report>Expand description
Discover the card, read its banks’ heads, its parameter block and the EEPROM mirror, and check the model. Read-only: every frame sent is a discovery or a flash read.
§Errors
Fails when no card answers, its id has no model and none was named, or a read goes unanswered.