pub unsafe extern "C" fn ulDOutArray(
daqDeviceHandle: DaqDeviceHandle,
lowPort: DigitalPortType,
highPort: DigitalPortType,
data: *mut c_ulonglong,
) -> UlErrorExpand description
Sets the values of the specified digital ports. @param daqDeviceHandle the handle to the DAQ device @param lowPort the first port in the scan @param highPort the last port in the scan @param data output data array @return The UL error code.