Cdaqmxdodata::getdoonoff – Yokogawa PC-Based MX100 User Manual

Page 187

Advertising
background image

2-164

IM MX190-01E

Member Functions (Alphabetical Order)

CDAQMXDOData::CDAQMXDOData

Syntax

CDAQMXDOData(MXDOData * pMXDOData = NULL);
virtual ~CDAQMXDOData(void);

Parameters

pMXDOData

Specify the DO data.

Description

Constructs or destructs an object.
When constructing, the data member is set to the specified value. If not specified,
the data member is initialized.

Reference

setMXDOData

CDAQMXDOData::getDOONOFF

Syntax

int getDOONOFF(int doNo);

Parameters

doNo

Specify the data number.

Description

Gets the ON/OFF value indicated by the specified DO data number from the DO
data field of the data member.
If it does not exist, returns Invalid.

Return value

Returns a Boolean value.

Reference

getMXDO

2.5 Details of the MX100 Class

Advertising