Back to Aurora Vision Library website

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

DAQmx_ResetDevice


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Resets a selected device.

Syntax

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

Parameters

Name Type Default Description
Input will be modified ioState DAQmx_ResetDeviceState& Object used to maintain state of the function.
Input value 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.