Sendtriggerda100 – Yokogawa PC-Based MX100 User Manual

Page 1108

Advertising
background image

24-17

IM MX190-01E

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

24

sendTriggerDA100

Syntax

int sendTriggerDA100(DAQDA100 daqda100);

Declaration

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

Parameters

daqda100

Specify the device descriptor.

Description

Sends a trigger command (ESC T), and receives the response.

Return value

Returns an error number.

Error:
Not descriptor

No device descriptor.

Reference

CDAQDA100::sendTrigger

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

Advertising