NI-DAQmx .NET Framework 4.5 API Reference

Device.ReserveNetworkDevice Method

  • 更新时间2023-02-21
  • 阅读时长1分钟
Device.ReserveNetworkDevice Method

Overload List

  NameDescription
Public methodReserveNetworkDevice
Reserves the Network DAQ device for the current host. Reservation is required to run NI-DAQmx tasks, and the device must be added in MAX before it can be reserved. This method does not override any existing reservations on the device.
Public methodReserveNetworkDevice(Boolean)
Reserves the Network DAQ device for the current host. Reservation is required to run NI-DAQmx tasks, and the device must be added in MAX before it can be reserved. Use this method to specify whether to override an existing reservation.
Top

See Also