User manual

DELIB API reference |Seite 38
4.3. Set TTL-In-/Outputs direction
4.3.1. DAPI_SPECIAL_CMD_SET_DIR_DX_8
Description
This command sets the direction of the TTL-In/Outputs (8-Bit way).
Definition
void DapiSpecialCommand(ULONG handle, DAPI_SPECIAL_CMD_SET_DIR_DX_8,
ULONG ch, ULONG dir, 0);
Parameters
handle=This is the handle of an opened module.
ch=Specifies the number of the output,from which the direction will be set (0, 8, 16,
24 ..). Values between are invalid.
dir=(8-Bit) gives the direction for 8 In/Outputs. (1=output / 0=input)
Example program