libximc 3.0.2
device_information_t Struct Reference

Controller information structure. More...

#include <ximc.h>

Data Fields

char Manufacturer [5]
 Manufacturer
char ManufacturerId [3]
 Manufacturer id
char ProductDescription [9]
 Product description
unsigned int Major
 The major number of the hardware version.
unsigned int Minor
 The minor number of the hardware version.
unsigned int Release
 Release version.

Detailed Description

Controller information structure.

See also
get_device_information
get_device_information_impl

Field Documentation

◆ Major

unsigned int Major

The major number of the hardware version.

◆ Minor

unsigned int Minor

The minor number of the hardware version.

◆ Release

unsigned int Release

Release version.