ForceFirmwareUpdate Method - neoVI API
This method forces the firmware on neoVI device to be updated.
void _stdcall icsneoForceFirmwareUpdate(void * hObject);
Parameters
hObject
[in] Specifies the driver object created by OpenNeoDevice.
Return Values
int
.
Remarks
This method is used to force the firmware on a neoVI device to be updated to the version stored in the DLL API.
Examples
icsneoForceFirmwareUpdate(hObject);
Last updated