CTAP_HID initialization packet struct. More...
CTAP_HID initialization packet struct.
Definition at line 160 of file ctap_hid.h.
#include <ctap_hid.h>
Data Fields | |
uint8_t | cmd |
CTAP_HID command. | |
uint8_t | bcnth |
higher byte | |
uint8_t | bcntl |
lower byte | |
uint8_t | payload [CTAP_HID_INIT_PAYLOAD_SIZE] |
packet payload | |