CTAP_HID channel identifier struct. More...
CTAP_HID channel identifier struct.
Used to keep state information about logical channels
Definition at line 207 of file ctap_hid.h.
#include <ctap_hid.h>
Data Fields | |
| bool | taken | 
| is cid taken?   | |
| uint32_t | cid | 
| channel identifier   | |
| uint32_t | last_used | 
| timestamp of last usage   | |
| uint32_t ctap_hid_cid_t::cid | 
channel identifier
Definition at line 209 of file ctap_hid.h.
| uint32_t ctap_hid_cid_t::last_used | 
timestamp of last usage
Definition at line 210 of file ctap_hid.h.
| bool ctap_hid_cid_t::taken | 
is cid taken?
Definition at line 208 of file ctap_hid.h.