Getreportstatusdarwin – Yokogawa PC-Based MX100 User Manual

Page 510

Advertising
background image

10-12

IM MX190-01E

getReportStatusDARWIN

Syntax

int getReportStatusDARWIN(DAQDARWIN daqdarwin, int *
pReportStatus);

Declaration

Public Declare Function getReportStatusDARWIN Lib
"DAQDARWIN"(ByVal daqdarwin As Long, ByRef pReportStatus As
Long) As Long

Parameters

daqdarwin

Specify the device descriptor.

pReportStatus

Specify the destination where the report status is to be returned.

Description

Gets the report status.

• Receives the report status output using the talker function.
• Stores the report status in the specified location if the return destination is

specified.

• This function executes the TS and RF commands of the DARWIN communication

function.

Return value

Returns an error number.

Error
Not descriptor

No device descriptor.

Reference

CDAQDARWIN::getReportStatus

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

Advertising