2cdaqmxstatus::operator, Cdaqmxstatus::setmxstatus – Yokogawa PC-Based MX100 User Manual

Page 216

Advertising
background image

2-193

IM MX190-01E

MX100 -Visual C++

2

CDAQMXStatus::operator=

Syntax

CDAQMXStatus & operator=(CDAQMXStatus & cMXStatus);

Parameters

cMXStatus

Specify an object for substitution.

Description

Copies the data member of the specified object.

Return value

Returns the reference to the object.

CDAQMXStatus::setMXStatus

Syntax

void setMXStatus(MXStatus * pMXStatus);

Parameters

pMXStatus

Specify the status data.

Description

Sets the data in a structure.
Stores the contents of the specified structure in the data member.

If not specified, the data member is initialized.

Reference

initialize

2.5 Details of the MX100 Class

Advertising