Removes the specified DAQ device from the Universal Library, and releases all resources associated with that device.
Member of the DaqDeviceManager class.
VB .NET
Public Shared ReleaseDaqDevice(mccBoard As MccDaq.MccBoard) As MccDaq.ErrorInfo
C# .NET
public static ErrorInfo ReleaseDaqDevice(MccDaq.MccBoard mccBoard)
mccBoard
The DAQ device to remove from the Universal Library.