ANSI INCITS 378 print compliant template.
More...
#include <ANSITemplate.h>
|
| | ANSITemplate (std::vector< uint8_t > &&d) noexcept |
| | Create ANSITemplate object.
|
| | ANSITemplate (const std::vector< uint8_t > &d) |
| | Create ANSITemplate object, copy data to ANSI template.
|
| std::string | GetVersion () const |
| | Provides version information of Innovatrics proprietary algorithm used to create the ANSI template.
|
| void | WriteTo (Writer &writer) const final |
| | Write itself into writer.
|
|
|
const std::vector< uint8_t > | data |
| | Template data.
|
ANSI INCITS 378 print compliant template.
◆ ANSITemplate() [1/2]
◆ ANSITemplate() [2/2]
Create ANSITemplate object, copy data to ANSI template.
- Parameters
-
References data.
◆ GetVersion()
| std::string GetVersion |
( |
| ) |
const |
|
inlinenodiscard |
Provides version information of Innovatrics proprietary algorithm used to create the ANSI template.
- Returns
- version string
- Exceptions
-
| EnrollmentRuntimeException | when it is not possible to read version from the template. |
References data.
◆ WriteTo()
| void WriteTo |
( |
Writer & | writer | ) |
const |
|
inlinefinalvirtual |
The documentation for this class was generated from the following file: