Loading...
Searching...
No Matches

CTAP_HID packet struct. More...

Detailed Description

CTAP_HID packet struct.

Definition at line 180 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...
 
};  
 

Field Documentation

◆ cid

uint32_t ctap_hid_pkt_t::cid

channel identifier

Definition at line 181 of file ctap_hid.h.

◆ cont

ctap_hid_cont_pkt_t ctap_hid_pkt_t::cont

continuation packet

Definition at line 184 of file ctap_hid.h.

◆ init

ctap_hid_init_pkt_t ctap_hid_pkt_t::init

initialization packet

Definition at line 183 of file ctap_hid.h.


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