ForceFirmwareUpdate Method - intrepidcs API
C/C++ declare -
VB declare - VB.NET declare - C# declare - Parameters - Return
Values - Remarks - C/C++ example
- VB.NET example - C# example
This method forces the firmware on neoVI device to be updated.
void _stdcall icsneoForceFirmwareUpdate(void * hObject);
Visual Basic .NET Declare
Public
Declare Function
icsneoForceFirmwareUpdate Lib
"icsneo40.dll" (ByVal
hObject As IntPtr)
[DllImport("icsneo40.dll")]
hObject
[in] Specifies the driver object created by OpenNeoDevice.
None.
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);
C# Example
icsNeoDll.icsneoForceFirmwareUpdate(m_hObject);
Visual Basic
.NET Example
Call
icsneoForceFirmwareUpdate(m_hObject)
IntrepidCS API Documentation - (C) Copyright 2000-2022 Intrepid Control Systems, Inc. (www.intrepidcs.com) |
Last Updated : Monday, April 27, 2020