Nuvo-2400
User’s Manual
Copyright © 2015 Neousys Technology Inc. All Right Reserved.
Page 78 of 81
6.3.2.4 DOWriteLine
Syntax
void DOWriteLine(BYTE ch, BOOL value);
Description
Write a single channel of isolated digital output.
Parameter
ch
BYTE value specifies the DO channel to be written. Valid value are 0~7.
value
BOOL value (TRUE or FALSE) specifies the status of DO channel.
Return Value
None
Usage
BYTE ch=3; //DI channel #3
BOOL DOChValue=TRUE;
DOWriteLine(ch, DOChValue); //write DO channel #3 as TRUE