Yokogawa PC-Based MX100 User Manual

Page 923

Advertising
background image

17-189

IM MX190-01E

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

17

netSubmaskMX100

Syntax

unsigned int netSubmaskMX100(DAQMX100 daqmx100);

Declaration

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

Parameters

daqmx100

Specify the device descriptor.

Description

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

Return value

Returns the subnet mask.

Reference

CDAQMX100::getClassMXItemConfig
CDAQMXItemConfig::getClassMXNetInfo
CDAQMXNetInfo::getSubMask

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

Advertising