RFID API Documentation  1.0
Reference guide for RFID API
UPDATE_STATUSA Struct Reference

Gives information on the Firmware/Software update status.ASCII version. More...

Data Fields

UINT32 percentage
 Percentage of update done. More...
 
CHAR updateInfo [MAX_PATH]
 Partition on which the update is being done currently. More...
 
LPVOID lpReserved [4]
 Reserved for future. More...
 

Detailed Description

Gives information on the Firmware/Software update status.ASCII version.

Field Documentation

◆ percentage

UINT32 UPDATE_STATUSA::percentage

Percentage of update done.

◆ updateInfo

CHAR UPDATE_STATUSA::updateInfo[MAX_PATH]

Partition on which the update is being done currently.

◆ lpReserved

LPVOID UPDATE_STATUSA::lpReserved[4]

Reserved for future.