Back to Aurora Vision Library Lite website
You are here: Start » Hardware Support » National Instruments » DAQmx_ResetDevice
DAQmx_ResetDevice
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | avl |
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.


