|
Enrollment 28.2.0
|
ISO/IEC 19794-2 print compliant template. More...
#include <ISOTemplate.h>
Public Member Functions | |
| ISOTemplate (std::vector< uint8_t > &&d) noexcept | |
| Create ISOTemplate object. | |
| ISOTemplate (const std::vector< uint8_t > &d) | |
| Create ISOTemplate object, copy data to ISO template. | |
| std::string | GetVersion () const |
| Provides version information of Innovatrics proprietary algorithm used to create the ISO template. | |
| void | WriteTo (Writer &writer) const final |
| Write itself into writer. | |
Public Attributes | |
| const std::vector< uint8_t > | data |
| Template data. | |
ISO/IEC 19794-2 print compliant template.
|
inlineexplicitnoexcept |
Create ISOTemplate object.
| d | template data |
|
inlineexplicit |
|
inlinenodiscard |
Provides version information of Innovatrics proprietary algorithm used to create the ISO template.
| EnrollmentRuntimeException | when it is not possible to read version from the template. |
References data.
|
inlinefinalvirtual |
Write itself into writer.
| writer | Writer to use to serialize this Serializable |
Implements Serializable.
References data.