2cdaqmx::getoutput, Cdaqmx::getpacketversion, Cdaqmx::getrevisiondll – Yokogawa PC-Based MX100 User Manual

Page 74

Advertising
background image

2-51

IM MX190-01E

MX100 -Visual C++

2

CDAQMX::getOutput

Syntax

int getOutput(CDAQMXOutputData & cMXOutputData);

Parameters

cMXOutputData Specify the destination where the output channel data is to be

returned.

Description

Gets the basic output channel data.

Gets the setup data, and stores the output channel data portion in the specified
return destination.

Return value

Returns an error number.

Reference

getMXConfig CDAQMXConfig::getClassMXOutputData
CDAQMXOutputData::initialize

CDAQMX::getPacketVersion

Syntax

int getPacketVersion(void);

Description

Gets the value of the communication packet version field from the data member.

Return value

Returns the communication packet version.

CDAQMX::getRevisionDLL

Syntax

static const int getRevisionDLL(void);

Description

Gets the revision number of this DLL.

Return value

Returns the revision number of this DLL.

2.5 Details of the MX100 Class

Advertising