Skip to main content

ulDaqOutScanWait

Function ulDaqOutScanWait 

Source
pub unsafe extern "C" fn ulDaqOutScanWait(
    daqDeviceHandle: DaqDeviceHandle,
    waitType: WaitType,
    waitParam: c_longlong,
    timeout: f64,
) -> UlError
Expand description

Returns when the scan operation completes on the specified device, or the time specified by the \p timeout argument elapses. @param daqDeviceHandle the handle to the DAQ device @param waitType the type of wait @param waitParam reserved for future use @param timeout the timeout value in seconds (s); set to -1 to wait indefinitely for the scan operation to end. @return The UL error code.