ForceFirmwareUpdate Method - intrepidcs API
C/C++ declare -
VB declare - VB.NET declare - C# declare - Parameters - Return
Values - Remarks - C/C++ example
- VB example - VB.NET example - C# example
This method forces the firmware on neoVI device to be updated.
void _stdcall icsneoForceFirmwareUpdate(int hObject);
Public Declare Function icsneoForceFirmwareUpdate Lib "icsneo40.dll" (ByVal hObject As Long)
Visual Basic .NET Declare
Public
Declare Function
icsneoForceFirmwareUpdate Lib
"icsneo40.dll" (ByVal
hObject As Integer)
[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
Call icsneoForceFirmwareUpdate(m_hObject)
icsneoForceFirmwareUpdate(hObject);
C# Example
icsNeoDll.icsneoForceFirmwareUpdate(m_hObject);
Visual Basic
.NET Example
Call
icsneoForceFirmwareUpdate(m_hObject)
| intrepidcs API Documentation - (C) Copyright 2000-2012 Intrepid Control Systems, Inc. (www.intrepidcs.com) |
Last Updated : Wednesday, December 17, 2008