ForceFirmwareUpdate Method - neoVI API
This method forces the firmware on neoVI device to be updated.
void _stdcall icsneoForceFirmwareUpdate(void * hObject);
Public Declare Function icsneoForceFirmwareUpdate Lib “icsneo40.dll” (ByVal hObject As IntPtr)
[DllImport(“icsneo40.dll”)] public static extern void icsneoForceFirmwareUpdate(IntPtr hObject);
Parameters
hObject
[in] Specifies the driver object created by OpenNeoDevice.
Return Values
None.
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);
icsNeoDll.icsneoForceFirmwareUpdate(m_hObject);
Call icsneoForceFirmwareUpdate(m_hObject)