AGHAF  4.5.4
Annecy electronique Generic Hardware Access Framework
AGHAF_DeviceInfo Struct Reference

structure containing the informtions about a device More...

#include <aghaf_global.h>

Public Attributes

uint16_t bootVersion
 
AGHAF_DeviceState deviceState
 State of device.
 
uint16_t firmwareVersion
 
uint8_t hardwareUniqueID [16]
 unique hardware id of the device.
 
char hardwareVersion [64]
 Hardware version. in ASCII format.
 
char name [64]
 Device name.
 
char productNo [64]
 Product number (PPF).
 
char serialNo [64]
 Serial number.
 

Detailed Description

Member Data Documentation

◆ bootVersion

uint16_t AGHAF_DeviceInfo::bootVersion

Boot firmware version. Value was coded in BCD. sample : 0x0113 : V1.13

◆ firmwareVersion

uint16_t AGHAF_DeviceInfo::firmwareVersion

Firmware version. Value was coded in BCD. sample : 0x0224 : V2.24