Device.TcpipEthernetIP Property
- Updated2023-02-21
- 1 minute(s) read
DeviceTcpipEthernetIP 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: StringIndicates 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
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |