NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

Device.TcpipEthernetIP Property

  • Updated2023-02-21
  • 1 minute(s) read
Device.TcpipEthernetIP Property
Indicates the IPv4 address of the Ethernet interface in dotted decimal format. This property returns 0.0.0.0 if the Ethernet interface cannot acquire an address.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public string TcpipEthernetIP { get; }
Public ReadOnly Property TcpipEthernetIP As String
	Get

Property Value

Type: String
Indicates the IPv4 address of the Ethernet interface in dotted decimal format. This property returns 0.0.0.0 if the Ethernet interface cannot acquire an address.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience