CTAP request struct.
More...
CTAP request struct.
CTAP specification (version 20190130) section 6.1
Definition at line 109 of file ctap.h.
#include <ctap.h>
|
uint8_t * | buf |
| Buffer holding CBOR encoded data.
|
|
size_t | len |
| Length of buf.
|
|
uint8_t | method |
| CTAP method identitifer.
|
|
◆ buf
Buffer holding CBOR encoded data.
Definition at line 110 of file ctap.h.
◆ 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: