ReleaseDaqDevice()

Removes the specified DAQ device from the Universal Library, and releases all resources associated with that device.

Member of the DaqDeviceManager class.

Function Prototype

VB .NET

Public Shared ReleaseDaqDevice(mccBoard As MccDaq.MccBoard) As MccDaq.ErrorInfo

C# .NET

public static ErrorInfo ReleaseDaqDevice(MccDaq.MccBoard mccBoard)

Parameters

mccBoard

The DAQ device to remove from the Universal Library.

Returns