| ePass1000 C/C++ API Reference Manual Version 2.0 |
The EPAS_VERSIONINFO structure is used to get version information of the ePass1000 and driver. A ePass1000 must be opened to retrieve this information.
typedef struct{
unsigned long ulDriverVersion; /* version of the driver */
unsigned char ucFwVerMajor; /* Major firmware version */
unsigned char ucFwVerMinor; /* Minor firmware version */
unsigned char ucProductCode; /* Feitian defined internal product code */
unsigned char ucConfiguration; /* Configuration information */
}EPAS_VERSIONINFO,*PEPAS_VERSIONINFO;
Application should zero initialize this structure before invoke any functions.