|
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).
|
#include <QrSegment.hpp>

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 |
Definition at line 49 of file QrSegment.hpp.
| int numCharCountBits | ( | int | ver | ) | const |
|
static |
Definition at line 55 of file QrSegment.hpp.
|
static |
Definition at line 56 of file QrSegment.hpp.
|
static |
Definition at line 57 of file QrSegment.hpp.
| const int modeBits |
Definition at line 64 of file QrSegment.hpp.
|
static |
Definition at line 54 of file QrSegment.hpp.