public class AnalogIn extends IOChannel
| Constructor and Description |
|---|
AnalogIn(int index) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
close() |
double |
get() |
protected void |
open() |
public AnalogIn(int index)
throws IOChannelException
IOChannelExceptionprotected void open()
throws IOChannelException
open in class IOChannelIOChannelExceptionprotected void close()
throws IOChannelException
close in class IOChannelIOChannelExceptionpublic double get()
throws IOChannelException
IOChannelException