Yokogawa PC-Based MX100 User Manual

Page 921

Advertising
background image

17-187

IM MX190-01E

Functions for the MX100 (Extended API) - Visual C/Visual Basic/Visual Basic.NET/C# -

17

netGatewayMX100

Syntax

unsigned int netGatewayMX100(DAQMX100 daqmx100);

Declaration

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

Parameters

daqmx100

Specify the device descriptor.

Description

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

Return value

Returns the Gateway address.

Reference

CDAQMX100::getClassMXItemConfig
CDAQMXItemConfig::getClassMXNetInfo
CDAQMXNetInfo::getGateway

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

Advertising