SWE-350 TOTP Generator Milestone 5
The DE-10 board has six 7-segment displays, this can be used to display and generate a time based one-time pin (TOTP).
Loading...
Searching...
No Matches
QrCode::Ecc Class Reference

#include <QrCode.hpp>

Collaboration diagram for QrCode::Ecc:

Data Fields

const int ordinal
 
const int formatBits
 

Static Public Attributes

static const Ecc LOW
 
static const Ecc MEDIUM
 
static const Ecc QUARTILE
 
static const Ecc HIGH
 

Detailed Description

Definition at line 49 of file QrCode.hpp.

Field Documentation

◆ formatBits

const int formatBits

Definition at line 57 of file QrCode.hpp.

◆ HIGH

const qrcodegen::QrCode::Ecc HIGH
static

Definition at line 52 of file QrCode.hpp.

◆ LOW

const qrcodegen::QrCode::Ecc LOW
static

Definition at line 52 of file QrCode.hpp.

◆ MEDIUM

const qrcodegen::QrCode::Ecc MEDIUM
static

Definition at line 52 of file QrCode.hpp.

◆ ordinal

const int ordinal

Definition at line 56 of file QrCode.hpp.

◆ QUARTILE

const qrcodegen::QrCode::Ecc QUARTILE
static

Definition at line 52 of file QrCode.hpp.


The documentation for this class was generated from the following files: