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

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

Data Fields

UINT32 percentage
 Percentage of update done. More...
 
WCHAR updateInfo [MAX_PATH]
 Additional information like partition on which the update is being done currently and/or operation currently being performed at reader. More...
 
LPVOID lpReserved [4]
 Reserved for future. More...
 

Detailed Description

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

Field Documentation

◆ percentage

UINT32 UPDATE_STATUSW::percentage

Percentage of update done.

◆ updateInfo

WCHAR UPDATE_STATUSW::updateInfo[MAX_PATH]

Additional information like partition on which the update is being done currently and/or operation currently being performed at reader.

◆ lpReserved

LPVOID UPDATE_STATUSW::lpReserved[4]

Reserved for future.