Device.SerialNumber Property
- Updated2023-02-21
- 1 minute(s) read
DeviceSerialNumber Property
Indicates the serial number of the device. This value is zero if the device does not have a serial number.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public long SerialNumber { get; }
Public ReadOnly Property SerialNumber As Long Get
Property Value
Type: Int64Indicates the serial number of the device. This value is zero if the device does not have a serial number.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |