pub fn test_sweep(
ctx: &Ctx,
count: u8,
secs: u64,
index: u16,
p: &mut dyn Progress,
) -> Result<()>Expand description
Step through the card’s test patterns, pausing on each, then switch off.
§Errors
Fails if the link cannot be opened.