User manual
14Page
Velleman Projects
3.7
ClearDigitalChannel
Syntax
void ClearDigitalChannel( int CardAddress, int Channel);
Parameters
CardAddress: The address of previously opened card.
Channel: Value between 1 and 8 which corresponds to the output channel that is to be cleared.
Description
The selected channel is cleared.
Example
InOutMode(CardAddress, 0, 0);
ClearDigitalChannel(CardAddress, 3);