Closeda100 – Yokogawa PC-Based MX100 User Manual

Page 1094

Advertising
background image

24-3

IM MX190-01E

DARWIN for Extended API - Visual C/Visual Basic/Visual Basic.NET/C# -

24

closeDA100

Syntax

int closeDA100(DAQDA100 daqda100);

Declaration

Visual Basic
Public Declare Function closeDA100 Lib "DAQDA100"(ByVal
daqda100 As Long) As Long
Visual Basic.NET
Public Declare Ansi Function closeDA100 Lib "DAQDA100"(ByVal
daqda100 As Integer) As Integer
C#
[DllImport("DAQDA100.dll" CharSet=CharSet.Auto,
EntryPoint="closeDA100")]
public static extern int closeDA100(int daqda100);

Parameters

daqda100

Specify the device descriptor.

Description

Disconnects the communication using the specified device descriptor.

• When the communication is disconnected, the value of the device descriptor is

meaningless.

• After disconnection, do not use the value of the device descriptor.

Return value

Returns an error number.

Error:
Not descriptor

No device descriptor.

Reference

CDAQDA100::close

24.1 Details of Functions - DARWIN (VC/VB/VB.NET/C#) - Status Transition Functions

Advertising