public class DigitalOut extends IOChannel
| Constructor and Description |
|---|
DigitalOut(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
open() |
void |
set(boolean value) |
public DigitalOut(int index)
throws IOChannelException
IOChannelExceptionpublic void open()
throws IOChannelException
open in class IOChannelIOChannelExceptionpublic void close()
throws IOChannelException
close in class IOChannelIOChannelExceptionpublic void set(boolean value)
throws IOChannelException
IOChannelException