User manual

Table Of Contents
DELIB API reference |
Seite 115
4.4.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