Getsystemconfigmx – Yokogawa PC-Based MX100 User Manual

Page 287

Advertising
background image

5-29

IM MX190-01E

Functions for the MX100 (Visual C/Visual Basic)

5

getSystemConfigMX

Syntax

int getSystemConfigMX(DAQMX daqmx, MXSystemInfo * pSysInfo);

Declaration

Public Declare Function getSystemConfigMX Lib "DAQMX"(ByVal
daqmx As Long, ByRef pSysInfo As MXSystemInfo) As Long

Parameters

daqmx

Specify the device descriptor.

pSysInfo

Specify the destination where the system configuration data is to
be returned.

Description

Gets the system configuration data.
• Stores system configuration data in the specified location if the return destination

is specified.

Return value

Returns an error number.

Error:
Not descriptor

No device descriptor.

Reference

CDAQMX::getSystemConfig
CDAQMXSysInfo::getMXSystemInfo

5.1 Details of Functions - MX100 (Visual C/Visual Basic) -

Advertising