Sendlinedarwin – Yokogawa PC-Based MX100 User Manual

Page 522

Advertising
background image

10-24

IM MX190-01E

sendLineDARWIN

Syntax

int sendLineDARWIN(DAQDARWIN daqdarwin, const char * strLine);

Declaration

Public Declare Function sendLineDARWIN Lib "DAQDARWIN"(ByVal
daqdarwin As Long, ByVal strLine As String) As Long

Parameters

daqdarwin

Specify the device descriptor.

strLine

Specify the string to be sent.

Description

Sends the string data specified by the parameter.

• When sending the command, the terminator is also part of the data.
• This function does not receive a response. Receive the returned data using

another receive function.

Return value

Returns an error number.

Error:
Not descriptor

No device descriptor.

Reference

CDAQDARWIN::sendLine

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

Advertising