-
CONFIG_OSDP_PD_CAP_CARD_DATA_FORMAT_COMP_LEVEL
¶
Compliance Level
Type: int
Help¶
Possible values: - 01: the PD sends card data to the CP as array of bits, not exceeding 1024 bits. - 02: the PD sends card data to the CP as array of BCD characters, not exceeding 256 characters. - 03: the PD can send card data to the CP as array of bits, or as an array of BCD characters.
Default¶
0
Kconfig definition¶
At subsys/mgmt/osdp/Kconfig.pd:215
Included via Kconfig:8
→ Kconfig.zephyr:34
→ subsys/Kconfig:35
→ subsys/mgmt/Kconfig:15
→ subsys/mgmt/osdp/Kconfig:102
Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver → OSDP PD Capabilities → Card Data Format
config OSDP_PD_CAP_CARD_DATA_FORMAT_COMP_LEVEL int "Compliance Level" range 0 3 default 0 depends onOSDP_MODE_PD
&&OSDP
help Possible values: - 01: the PD sends card data to the CP as array of bits, not exceeding 1024 bits. - 02: the PD sends card data to the CP as array of BCD characters, not exceeding 256 characters. - 03: the PD can send card data to the CP as array of bits, or as an array of BCD characters.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)