We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.

Only Essential Cookies
Accept All

Uint8Buff

Overview

Defines a uint8_t byte stream.

Since: 6.0.0(20)

Related module: FIDO2

Summary

Member Variables

Expand
Name Description
uint32_t length Byte stream length.
uint8_t * val Byte stream value.

Struct Member Variable Description

length

Collapse
Word wrap
Dark theme
Copy code
  1. uint32_t Uint8Buff::length

Description

Byte stream length.

val

Collapse
Word wrap
Dark theme
Copy code
  1. uint8_t* Uint8Buff::val

Description

Byte stream value.

Search in References
Enter a keyword.