cf_rh320u_93_reader 0.3.1

Library for using Chafon CF-RH320U-93 (ISO 15693) USB card reader
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod inventory;
mod read;
mod write;
mod stay_quiet;
mod select;

#[derive(Debug, Copy, Clone, Eq, PartialEq)]
#[repr(u8)]
pub enum AccessFlag {
    WithoutUID = 0x02,
    WithUID = 0x22,
    WithoutUIDWithSecurityByte = 0x42
}