Usbio_Driver_Info - Motorola USB08 Reference Manual

Universal serial bus evaluation board using the mc68hc908jb8
Table of Contents

Advertisement

Universal USB Device Driver (USBIO)

USBIO_DRIVER_INFO

Definition
Members
Comments
Designer Reference Manual
186
The USBIO_DRIVER_INFO structure contains version information
about the driver binary and the programming interface.
typedef struct _USBIO_DRIVER_INFO{
USHORT APIVersion;
USHORT DriverVersion;
ULONG DriverBuildNumber;
ULONG Flags;
} USBIO_DRIVER_INFO;
APIVersion
Contains the version number of the application programming
interface (API) the driver supports.
The format is as follows: upper 8 bit = major version,
lower 8 bit = minor version. The numbers are encoded in BCD format.
DriverVersion
Contains the version number of the driver executable.
The format is as follows: upper 8 bit = major version,
lower 8-bit = minor version.
DriverBuildNumber
Contains the build number of the driver executable.
Flags
This field contains zero or any combination (bit-wise or) of the
following values.
USBIO_INFOFLAG_CHECKED_BUILD
If this flag is set, the driver that is currently running is a checked
(debug) build.
USBIO_INFOFLAG_DEMO_VERSION
If this flag is set,the driver that is currently running is a DEMO
version that has some restrictions. Refer to ReadMe.txt for a
description of the restrictions.
USBIO_INFOFLAG_LIGHT_VERSION
If this flag is set, the driver that is currently running is a LIGHT
version that has some restrictions. Refer to ReadMe.txt for a
description of the restrictions.
This structure is an output of the IOCTL_USBIO_GET_DRIVER_INFO
(page
171) operation.
Universal USB Device Driver (USBIO)
USB08 Evaluation Board
MOTOROLA

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mc68hc908jb8

Table of Contents