ADM-XRC SDK 2.8.1 User Guide (Linux)
© Copyright 2001-2009 Alpha Data


ADMXRC2_VERSION_INFO

Declaration

typedef struct _ADMXRC2_VERSION_INFO
{
    uint8_t DriverMinor;
    uint8_t DriverMajor;
    uint8_t APIMinor;
    uint8_t APIMajor;
} ADMXRC2_VERSION_INFO;

Description

The ADMXRC2_VERSION_INFO structure is returned by ADMXRC2_GetVersionInfo and indicates the API library revision level and the driver revision level.

DriverMajor and DriverMinor respectively indicate the ADM-XRC device driver major and minor revision levels.

APIMajor and APIMinor respectively indicate the API library major and minor revision levels. The API library is implemented a set of dynamic-link libraries (DLLs) that are part of the installable driver package.

 


 Top of page