|
2009-10-01 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GenericIoSimulatorWindowListener
| Method Summary | |
|---|---|
java.lang.String |
getDeviceName()
Gets the device name (String) value. |
int |
getNumberOfAnalogInputChannels()
Gets the number of analog input channels (int) value. |
int |
getNumberOfAnalogOutputChannels()
Gets the number of analog output channels (int) value. |
int |
getNumberOfDigitalInputPins()
Gets the number of digital input pins (int) value. |
int |
getNumberOfDigitalOutputPins()
Gets the number of digital output pins (int) value. |
void |
notifyAnalogInputChanged(int channel,
long value)
Notify analog input changed with the specified channel and value parameters. |
void |
notifyDigitalInputChanged(int pin,
boolean state)
Notify digital input changed with the specified pin and state parameters. |
| Method Detail |
|---|
java.lang.String getDeviceName()
String) value.int getNumberOfAnalogInputChannels()
int) value.int getNumberOfAnalogOutputChannels()
int) value.int getNumberOfDigitalInputPins()
int) value.int getNumberOfDigitalOutputPins()
int) value.
void notifyAnalogInputChanged(int channel,
long value)
channel - The channel (int) parameter.value - The value (long) parameter.
void notifyDigitalInputChanged(int pin,
boolean state)
pin - The pin (int) parameter.state - The state (boolean) parameter.
|
2009-10-01 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||