Loading...
Searching...
No Matches
ctap_hid_init_pkt_t Struct Reference

CTAP_HID initialization packet struct. More...

Detailed Description

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
 

Field Documentation

◆ bcnth

uint8_t ctap_hid_init_pkt_t::bcnth

higher byte

Definition at line 162 of file ctap_hid.h.

◆ bcntl

uint8_t ctap_hid_init_pkt_t::bcntl

lower byte

Definition at line 163 of file ctap_hid.h.

◆ cmd

uint8_t ctap_hid_init_pkt_t::cmd

CTAP_HID command.

Definition at line 161 of file ctap_hid.h.

◆ payload

uint8_t ctap_hid_init_pkt_t::payload[CTAP_HID_INIT_PAYLOAD_SIZE]

packet payload

Definition at line 164 of file ctap_hid.h.


The documentation for this struct was generated from the following file: