Specifications

Table Of Contents
SDK software development | VI-88R development handbook
3 SDK software development
3.1 SDK compose
SDK is provided in the package of VF-447, mainly including:
A. Reader1400dll.dll file —— dynamic link library
B. Reader1400.lib file —— static link library
C. Reader1400API.h file —— statement file of API function
D. SDK catalogue —— including example program for learning API
function application
3.2 Design introduction
3.2.1 Basic constant and figure
3.2.1.1 Constant definition
Description
Introduction
#define ID_MAX_SIZE_64BIT 8
//tag ID number is 64bit
#define ID_MAX_SIZE_96BIT 13
//tag ID number is 128bit
#define MAX_LABELS 100
// no more than 100 tags for
once read and write operation
3.2.1.2 API function return code
#define _OK
0x00
// operation success
//error message for communication
#define _init_rs232_err 0x81
//communication interface
initialization fail
#define _no_scanner
0x82
//can not find reader
090909RevA|Page 61 of 97