Back to Adaptive Vision Library website

You are here: Start » Function Reference » National Instruments » DAQmx_ResetDevice

DAQmx_ResetDevice


Resets a selected device

Syntax

void avl::DAQmx_ResetDevice
(
	DAQmx_ResetDeviceState& ioState,
	const atl::String& inDeviceID
)

Parameters

Name Type Default Description
ioState DAQmx_ResetDeviceState& Object used to maintain state of the function.
inDeviceID const String& Device alias, product name or a serial number

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.