pub fn read_config(
ctx: &Ctx,
index: u16,
page: Option<u16>,
max_chunks: u16,
wait: u64,
) -> Result<Vec<u8>>Expand description
Read the card’s stored configuration out of flash as .rcvbp file bytes.
page defaults to the model’s parameter page. Only ever sends read-opcode
flash frames, which carry no data of their own and so cannot modify the card.