pub unsafe extern "C" fn ulDInArray(
daqDeviceHandle: DaqDeviceHandle,
lowPort: DigitalPortType,
highPort: DigitalPortType,
data: *mut c_ulonglong,
) -> UlErrorExpand description
Reads the specified digital ports, and Returns the data in an array. @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 input data array @return The UL error code.