Deletedomx100 – Yokogawa PC-Based MX100 User Manual

Page 758

Advertising
background image

17-24

IM MX190-01E

deleteDOMX100

Syntax

int deleteDOMX100(DAQMX100 daqmx100, int idDO);

Declaration

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

Parameters

daqmx100

Specify the device descriptor.

idDO

Specify the DO data identifier.

Description

Deletes the DO data of the specified DO data identifier.

• If the data identifier is set to the constant for “Specify all data identifiers,” the

entire list is initialized.

Return value

Returns an error number.
Error:

Not descriptor

No device descriptor.

Reference

CDAQMX100::getClassMXDOList
CDAQMXDOList::del
CDAQMXDOList::initialize

17.1 Details of Function - MX00 (Visual C/Visual Basic/Visual Basic.NET/C#) - Status Transition Functions

Advertising