2cdaqmxconfig::getclassmxstatus, Cdaqmxconfig::getclassmxsysinfo, Cdaqmxconfig::getitemerror – Yokogawa PC-Based MX100 User Manual
Page 158: Cdaqmxconfig::getmxconfigdata
![background image](/manuals/360310/158/background.png)
2-135
IM MX190-01E
MX100 -Visual C++
2
CDAQMXConfig::getClassMXStatus
Syntax
CDAQMXStatus & getClassMXStatus(void);
Description
Gets the status field as a data member.
Return value
Returns a reference to the data member.
CDAQMXConfig::getClassMXSysInfo
Syntax
CDAQMXSysInfo & getClassMXSysInfo(void);
Description
Gets the System configuration data field as a data member.
Return value
Returns a reference to the object.
CDAQMXConfig::getItemError
Syntax
int getItemError(void);
Description
Gets the value of the setting item number field from the data member.
Return value
Returns the setting item number.
CDAQMXConfig::getMXConfigData
Syntax
void getMXConfigData(MXConfigData * pMXConfigData);
Parameters
pMXConfigData Specify the destination where the setup data is to be returned.
Description
Gets the data in a structure.
Stores the contents of the data member in the specified structure.
Reference
DAQMXBalanceData::getMXBalanceData
CDAQMXOutputData::getMXOutputData
CDAQMXChConfigData::getMXChConfigData
CDAQMXNetInfo::getMXNetInfo
CDAQMXStatus::getMXStatus
CDAQMXSysInfo::getMXSystemInfo
2.5 Details of the MX100 Class