10 getstatusbytedarwin – Yokogawa PC-Based MX100 User Manual

Page 513

Advertising
background image

10-15

IM MX190-01E

Functions for the DARWIN - Visual C/Visual Basic -

10

getStatusByteDARWIN

Syntax

int getStatusByteDARWIN(DAQDARWIN daqdarwin, int *
pStatusByte);

Declaration

Public Declare Function getStatusByteDARWIN Lib
"DAQDARWIN"(ByVal daqdarwin As Long, ByRef pStatusByte As
Long) As Long

Parameters

daqdarwin

Specify the device descriptor.

pStatusByte

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

Description

Sends the status byte output command (ESC S) and receives the status bytes.

Stores the status byte as an integer to the specified destination if the return
destination is specified.

Return value

Returns an error number.
Error:

Not descriptor

No device descriptor.

Reference

CDAQDARWIN::getStatusByte

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

Advertising