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);
This method is used to force the firmware on a neoVI device to be updated to the version stored in the DLL API.
icsneoForceFirmwareUpdate(hObject);
icsNeoDll.icsneoForceFirmwareUpdate(m_hObject);
Call icsneoForceFirmwareUpdate(m_hObject)