Closemx – Yokogawa PC-Based MX100 User Manual

Page 265

Advertising
background image

5-7

IM MX190-01E

Functions for the MX100 (Visual C/Visual Basic)

5

closeMX

Syntax

int closeMX(DAQMX daqmx);

Declaration

Public Declare Function closeMX Lib "DAQMX"(ByVal daqmx As
Long) As Long

Parameters

daqmx

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.Do not use the value as a device descriptor.

Return value

Returns an error number.

Error:
Not descriptor

No device descriptor.

Reference

CDAQMX::close

5.1 Details of Functions - MX100 (Visual C/Visual Basic) -

Advertising