Closedarwin – Yokogawa PC-Based MX100 User Manual

Page 500

Advertising
background image

10-2

IM MX190-01E

closeDARWIN

Syntax

int closeDARWIN(DAQDARWIN daqdarwin);

Declaration

Public Declare Function closeDARWIN Lib "DAQDARWIN"(ByVal
daqdarwin As Long) As Long

Parameters

daqdarwin

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

CDAQDARWIN::close

10.1 Details of Functions - DARWIN (Visual C/Visual Basic) -

Advertising