2cdaqmxsysinfo::getoption, Cdaqmxsysinfo::getpartno, Cdaqmxsysinfo::getrealtype – Yokogawa PC-Based MX100 User Manual

Page 224

Advertising
background image

2-201

IM MX190-01E

MX100 -Visual C++

2

CDAQMXSysInfo::getOption

Syntax

int getOption(void);

Description

Gets the option value from the System configuration data field of the data member.

Return value

Returns the option.

CDAQMXSysInfo::getPartNo

Syntax

const char * getPartNo(void);

Description

Gets the part number from the System configuration data field of the data member.

Return value

Returns a pointer to the string.

CDAQMXSysInfo::getRealType

Syntax

int getRealType(int moduleNo);

Parameters

moduleNo

Specify the module number.

Description

Gets the actual module type of the module corresponding to the specified module

number from the System configuration data field of the data member.
If it does not exist, “No module” is returned.

Return value

Returns the module type.

Reference

getMXModuleData

2.5 Details of the MX100 Class

Advertising