CTAP_HID packet struct. More...
CTAP_HID packet struct.
Definition at line 179 of file ctap_hid.h.
#include <ctap_hid.h>
Data Fields | ||
| uint32_t | cid | |
| channel identifier | ||
| union { | ||
| ctap_hid_init_pkt_t init | ||
| initialization packet More... | ||
| ctap_hid_cont_pkt_t cont | ||
| continuation packet More... | ||
| }; | ||
| uint32_t ctap_hid_pkt_t::cid |
channel identifier
Definition at line 180 of file ctap_hid.h.
| ctap_hid_cont_pkt_t ctap_hid_pkt_t::cont |
continuation packet
Definition at line 183 of file ctap_hid.h.
| ctap_hid_init_pkt_t ctap_hid_pkt_t::init |
initialization packet
Definition at line 182 of file ctap_hid.h.