Back to FabImage Library website

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

DAQmx_ResetDevice


Header: ThirdPartySdk.h
Namespace: fil
Module: ThirdParty

Resets a selected device.

Syntax

void fil::DAQmx_ResetDevice
(
	DAQmx_ResetDeviceState& ioState,
	const ftl::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.