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 | |
uint8_t ctap_hid_init_pkt_t::bcnth |
higher byte
Definition at line 162 of file ctap_hid.h.
uint8_t ctap_hid_init_pkt_t::bcntl |
lower byte
Definition at line 163 of file ctap_hid.h.
uint8_t ctap_hid_init_pkt_t::cmd |
CTAP_HID command.
Definition at line 161 of file ctap_hid.h.
uint8_t ctap_hid_init_pkt_t::payload[CTAP_HID_INIT_PAYLOAD_SIZE] |
packet payload
Definition at line 164 of file ctap_hid.h.