Yokogawa PC-Based MX100 User Manual
Page 915
![background image](/manuals/360310/915/background.png)
17-181
IM MX190-01E
Functions for the MX100 (Extended API) - Visual C/Visual Basic/Visual Basic.NET/C# -
17
moduleStandbyTypeMX100
Syntax
int moduleStandbyTypeMX100(DAQMX100 daqmx100, int moduleNo);
Declaration
Visual Basic
Public Declare Function moduleStandbyTypeMX100 Lib
"DAQMX100"(ByVal daqmx100 As Long, ByVal moduleNo As Long) As
Long
Visual Basic.NET
Public Declare Ansi Function moduleStandbyTypeMX100 Lib
"DAQMX100"(ByVal daqmx100 As Integer, ByVal moduleNo As
Integer) As Integer
C#
[DllImport("DAQMX100.dll" CharSet=CharSet.Auto,
EntryPoint="moduleStandbyTypeMX100")]
public static extern int moduleStandbyTypeMX100(int daqmx100,
int moduleNo);
Parameters
daqmx100
Specify the device descriptor.
moduleNo
Specify the module number.
Description
Gets the startup 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::getStandbyType
17.2 Details of Function - MX00 (Visual C/Visual Basic/Visual Basic.NET/C#) - Retrieval Functions