Loading...
Searching...
No Matches
ctap_req_t Struct Reference

CTAP request struct. More...

Detailed Description

CTAP request struct.

CTAP specification (version 20190130) section 6.1

Definition at line 109 of file ctap.h.

#include <ctap.h>

Data Fields

uint8_t * buf
 Buffer holding CBOR encoded data.
 
size_t len
 Length of buf.
 
uint8_t method
 CTAP method identitifer.
 

Field Documentation

◆ buf

uint8_t* ctap_req_t::buf

Buffer holding CBOR encoded data.

Definition at line 110 of file ctap.h.

◆ len

size_t ctap_req_t::len

Length of buf.

Definition at line 111 of file ctap.h.

◆ method

uint8_t ctap_req_t::method

CTAP method identitifer.

Definition at line 112 of file ctap.h.


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