Loading...
Searching...
No Matches

CTAP_HID channel identifier struct. More...

Detailed Description

CTAP_HID channel identifier struct.

Used to keep state information about logical channels

Definition at line 208 of file ctap_hid.h.

#include <ctap_hid.h>

Data Fields

bool taken
 is cid taken?
 
uint32_t cid
 channel identifier
 
uint64_t last_used
 timestamp of last usage
 

Field Documentation

◆ cid

uint32_t ctap_hid_cid_t::cid

channel identifier

Definition at line 210 of file ctap_hid.h.

◆ last_used

uint64_t ctap_hid_cid_t::last_used

timestamp of last usage

Definition at line 211 of file ctap_hid.h.

◆ taken

bool ctap_hid_cid_t::taken

is cid taken?

Definition at line 209 of file ctap_hid.h.


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