Cdaqmxbalancedata::getbalancevalue, Cdaqmxbalancedata::getmxbalance, Cdaqmxbalancedata::getmxbalancedata – Yokogawa PC-Based MX100 User Manual
Page 101
![background image](/manuals/360310/101/background.png)
2-78
IM MX190-01E
CDAQMXBalanceData::getBalanceValue
Syntax
int getBalanceValue(int balanceNo);
Parameters
balanceNo
Specify the initial balance data number.
Description
Gets the initial balance value of the specified data number from the data member.
Returns 0 if it does not exist.
Return value
Returns the initial balance value.
Reference
getMXBalance
CDAQMXBalanceData::getMXBalance
Syntax
MXBalance * getMXBalance(int balanceNo);
Parameters
balanceNo
Specify the initial balance data number.
Description
Gets the structure of the specified data number from the data member.
Returns NULL if it does not exist.
Return value
Returns a pointer to the structure.
CDAQMXBalanceData::getMXBalanceData
Syntax
void getMXBalanceData(MXBalanceData * pMXBalanceData);
Parameters
pMXBalanceData
Specify the destination where the initial balance data is to
be returned.
Description
Gets the data in a structure.
Stores the contents of the data member in the specified structure.
2.5 Details of the MX100 Class