opensc-sys 0.1.1

FFI bindings to OpenSC
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _OPENSC_ITACNS_H
#define _OPENSC_ITACNS_H

typedef struct {
	u8 ic_manufacturer_code;
	u8 mask_manufacturer_code;
	u8 os_version_h;
	u8 os_version_l;
	u8 cns_version;
} itacns_drv_data_t;

#define ITACNS_MASKMAN_SIEMENS		0x08
#define ITACNS_MASKMAN_STINCARD		0x09

#endif /* _OPENSC_ITACNS_H */