Document Title Here
AET65 API
Version 1.0
idvation GmbH
Otto-Hesse-Straße 19 / T5
Phone +49 6151 9926567
D-64293 Darmstadt
Fax +49 6151 3689296
www.idvation.com
Page 41 of 84
Page 41 of 84
5.2.3.
ABS_BIR
This is a container for biometric data.
The abbreviation BIR stands for Biometric Identification Record. In BSAPI it represents a fingerprint
template, but potentially can contain other data as well, e.g. audit data. BIR consists of a header, followed by
the opaque data and optionally by a signature. This type is binary compatible with BioAPI's BioAPI_BIR. The
only difference is that in BioAPI_BIR the data is divided into four separate memory blocks, while ABS_BIR
keeps all the data together.
typedef struct abs_bir {
ABS_BIR_HEADER Header;
ABS_BYTE Data[ABS_VARLEN];
} ABS_BIR
Description
Header
BIR header
Data[ABS_VARLEN]
The data composing the fingerprint template.