Datastatusda100 – Yokogawa PC-Based MX100 User Manual
Page 1141

24-50
IM MX190-01E
dataStatusDA100
Syntax
int dataStatusDA100(DAQDA100 daqda100, int chType, int chNo);
Declaration
Visual Basic
Public Declare Function dataStatusDA100 Lib "DAQDA100"(ByVal
daqda100 As Long, ByVal chType As Long, ByVal chNo As Long) As
Long
Visual Basic.NET
Public Declare Ansi Function dataStatusDA100 Lib
"DAQDA100"(ByVal daqda100 As Integer, ByVal chType As Integer,
ByVal chNo As Integer) As Integer
C#
[DllImport("DAQDA100.dll" CharSet=CharSet.Auto,
EntryPoint="dataStatusDA100")]
public static extern int dataStatusDA100(int daqda100, int
chType, int chNo);
Parameters
daqda100
Specify the device descriptor.
chType
Specify the channel type.
chNo
Specify the channel number.
Description
Gets the data status value of the specified channel (channel type and number) from
the stored measured data.
• If it does not exist, “Unknown” is returned.
Return value
Returns the data status value.
Reference
CDAQDA100::getClassDataBuffer
CDAQDARWINDataBuffer::getClassDARWINDataInfo
CDAQDARWINDataInfo::getStatus
24.2 Details of Functions - DARWIN (Visual C/Visual Basic/Visual Basic.NET/C#) - Retrieval Functions