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
QrSegment::Mode Class Reference

#include <QrSegment.hpp>

Collaboration diagram for QrSegment::Mode:

Public Member Functions

int numCharCountBits (int ver) const
 

Data Fields

const int modeBits
 

Static Public Attributes

static const Mode NUMERIC
 
static const Mode ALPHANUMERIC
 
static const Mode BYTE
 
static const Mode KANJI
 

Detailed Description

Definition at line 49 of file QrSegment.hpp.

Member Function Documentation

◆ numCharCountBits()

int numCharCountBits ( int ver) const

Definition at line 38 of file QrSegment.cpp.

Here is the caller graph for this function:

Field Documentation

◆ ALPHANUMERIC

const qrcodegen::QrSegment::Mode ALPHANUMERIC
static

Definition at line 55 of file QrSegment.hpp.

◆ BYTE

const qrcodegen::QrSegment::Mode BYTE
static

Definition at line 56 of file QrSegment.hpp.

◆ KANJI

const qrcodegen::QrSegment::Mode KANJI
static

Definition at line 57 of file QrSegment.hpp.

◆ modeBits

const int modeBits

Definition at line 64 of file QrSegment.hpp.

◆ NUMERIC

const qrcodegen::QrSegment::Mode NUMERIC
static

Definition at line 54 of file QrSegment.hpp.


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