Updatesystemconfigda100 – Yokogawa PC-Based MX100 User Manual
Page 1128

24-37
IM MX190-01E
DARWIN for Extended API - Visual C/Visual Basic/Visual Basic.NET/C# -
24
updateSystemConfigDA100
Syntax
int updateSystemConfigDA100(DAQDA100 daqda100);
Declaration
Visual Basic
Public Declare Function updateSystemConfigDA100 Lib
"DAQDA100"(ByVal daqda100 As Long) As Long
Visual Basic.NET
Public Declare Ansi Function updateSystemConfigDA100 Lib
"DAQDA100"(ByVal daqda100 As Integer) As Integer
C#
[DllImport("DAQDA100.dll" CharSet=CharSet.Auto,
EntryPoint="updateSystemConfigDA100")]
public static extern int updateSystemConfigDA100(int
daqda100);
Parameters
daqda100
Specify the device descriptor.
Description
Gets the system configuration data.
• This function executes the TS,CF command of the DARWIN communication
function.
Return value
Returns an error number.
Error:
Not descriptor
No device descriptor.
Reference
CDAQDA100::updateSystemConfig
24.1 Details of Functions - DARWIN (VC/VB/VB.NET/C#) - Status Transition Functions