User manual
Table Of Contents
- Introduction
- Hardware description
- Software
- DELIB API reference
- Appendix

DELIB API reference |Seite 47
4.5.2. DapiDOSet8
Description
This command sets 8 digital outputs simultaneously.
Definition
void DapiDOSet8(ULONG handle, ULONG ch, ULONG data);
Parameters
handle=This is the handle of an opened module
ch=Specifies the number of the output, from which it begins to write to (0, 8, 16, 24,
32, ..)
data=Specifies the data values, to write to the outputs
Return value
None