Netaddressmx100 – Yokogawa PC-Based MX100 User Manual

Page 920

Advertising
background image

17-186

IM MX190-01E

netAddressMX100

Syntax

unsigned int netAddressMX100(DAQMX100 daqmx100);

Declaration

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

Parameters

daqmx100

Specify the device descriptor.

Description

Gets the IP address from the stored current network information data.
• Returns 0 if it does not exist.

Return value

Returns the IP address

Reference

CDAQMX100::getClassMXItemConfig
CDAQMXItemConfig::getClassMXNetInfo
CDAQMXNetInfo::getAddress

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

Advertising