Skip to main content

ulDisableEvent

Function ulDisableEvent 

Source
pub unsafe extern "C" fn ulDisableEvent(
    daqDeviceHandle: DaqDeviceHandle,
    eventTypes: DaqEventType,
) -> UlError
Expand description

Disables one or more event conditions, and disconnects their user-defined handlers. @param daqDeviceHandle the handle to the DAQ device @param eventTypes a bitmask containing event conditions that can be OR’d together; OR all event types to disable all events @return The UL error code.