![Tews Technologies TDRV006-SW-82 User Manual Download Page 18](http://html1.mh-extra.com/html/tews-technologies/tdrv006-sw-82/tdrv006-sw-82_user-manual_1093641018.webp)
TDRV006-SW-82 - Linux Device Driver
Page 18 of 31
3.2.4 tdrv006SetOutputLine
NAME
tdrv006SetOutputLine – set a specified output line
SYNOPSIS
TDRV006_STATUS tdrv006SetOutputLine
(
TDRV006_HANDLE
hdl,
int
outputLine
)
DESCRIPTION
This function sets a single bit of the output value.
This specified value will only appear if the corresponding I/O line is configured for output.
PARAMETER
hdl
This value specifies the device handle to the hardware module retrieved by a call to the
corresponding open-function.
outputLine
This argument specifies a data bit that shall be set. Allowed values are 0 up to 63.