Skip to main content

ulDevSetConfig

Function ulDevSetConfig 

Source
pub unsafe extern "C" fn ulDevSetConfig(
    daqDeviceHandle: DaqDeviceHandle,
    configItem: DevConfigItem,
    index: c_uint,
    configValue: c_longlong,
) -> UlError
Expand description

Use with #DevConfigItem to set configuration options at runtime. @param daqDeviceHandle the handle to the DAQ device @param configItem the configuration item to set @param index either ignored or an index into the \p configValue @param configValue the value to set the specified configuration item to @return The UL error code.