Modulerealtypemx100 – Yokogawa PC-Based MX100 User Manual

Page 914

Advertising
background image

17-180

IM MX190-01E

moduleRealTypeMX100

Syntax

int moduleRealTypeMX100(DAQMX100 daqmx100, int moduleNo);

Declaration

Visual Basic
Public Declare Function moduleRealTypeMX100 Lib
"DAQMX100"(ByVal daqmx100 As Long, ByVal moduleNo As Long) As
Long
Visual Basic.NET
Public Declare Ansi Function moduleRealTypeMX100 Lib
"DAQMX100"(ByVal daqmx100 As Integer, ByVal moduleNo As
Integer) As Integer
C#
[DllImport("DAQMX100.dll" CharSet=CharSet.Auto,
EntryPoint="moduleRealTypeMX100")]
public static extern int moduleRealTypeMX100(int daqmx100, int
moduleNo);

Parameters

daqmx100

Specify the device descriptor.

moduleNo

Specify the module number.

Description

Gets the actual module type of the specified module number from the stored current

system configuration data.
• If it does not exist, “No module” is returned.

Return value

Returns the module type.

Reference

CDAQMX100::getClassMXItemConfig
CDAQMXItemConfig::getClassMXSysInfo
CDAQMXSysInfo::getRealType

17.2 Details of Function - MX00 (Visual C/Visual Basic/Visual Basic.NET/C#) - Retrieval Functions

Advertising