2cdaqmxsysinfo::getmoduleserial, Cdaqmxsysinfo::getmoduletype – Yokogawa PC-Based MX100 User Manual

Page 222

Advertising
background image

2-199

IM MX190-01E

MX100 -Visual C++

2

CDAQMXSysInfo::getModuleSerial

Syntax

const char * getModuleSerial(int moduleNo);

Parameters

moduleNo

Specify the module number.

Description

Gets the serial number of the module corresponding to the specified module number
from the System configuration data field of the data member.

Returns NULL if it does not exist.

Return value

Returns a pointer to the string.

Reference

getMXModuleData

CDAQMXSysInfo::getModuleType

Syntax

int getModuleType(int moduleNo);

Parameters

moduleNo

Specify the module number.

Description

Gets the 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