See ISO 16016 ©PrehKeyTec GmbH 2015
Subject to change w/o prior notice
18
Dec 07
th
2015
Version 1.0
SDK (Software Development Kit)
The SDK is installed in the installation directory in the folder SDK.
The SDK consists of three parts
Libraries
Documentation
Source Code
Error and status codes are returned from the SDK and give the state of the PKT 4000. Event
handlers catch all events send from the SDK. A detailed description gives programmers an
overview and easy implementation into their own source code. The SDK separate the
scanned date into OCR, Barcode, pictures and MSR data. Captured data of boarding passes
and passport or ID cards are divided in their single parts as first name, surname, birthday
etc. so users don’t need to know the ICAO specifications to work with travel documents.
Libraries
All needed libraries to design an application with the PKT 4000 SDK will be found in this
directory.
Manual
The manual gives an overview of all functions with parameters and return codes and how to
use them. The PKT 4000 SDK Manual describes how to implement the libraries in a .NET
environment.
Source Code
The source code sample is only available in C# but shows the easy implementation of the
SDK functionality. The code is the base of the PKT4000Reader.exe.