public interface RMIEV3
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
RMIRegulatedMotor |
createRegulatedMotor(java.lang.String portName,
char motorType) |
RMISampleProvider |
createSampleProvider(java.lang.String portName,
java.lang.String sensorName,
java.lang.String modeName) |
RMIAudio |
getAudio() |
RMIBattery |
getBattery() |
RMIBluetooth |
getBluetooth() |
RMIGraphicsLCD |
getGraphicsLCD() |
RMIKey |
getKey(java.lang.String name) |
RMIKeys |
getKeys() |
RMILED |
getLED() |
java.lang.String |
getName() |
RMITextLCD |
getTextLCD() |
RMITextLCD |
getTextLCD(Font f) |
RMIWifi |
getWifi() |
RMIAnalogPort |
openAnalogPort(java.lang.String portName) |
RMII2CPort |
openI2CPort(java.lang.String portName) |
RMIMotorPort |
openMotorPort(java.lang.String portName) |
RMIUARTPort |
openUARTPort(java.lang.String portName) |
RMIAnalogPort openAnalogPort(java.lang.String portName) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRMII2CPort openI2CPort(java.lang.String portName) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRMIBattery getBattery() throws java.rmi.RemoteException
java.rmi.RemoteExceptionRMIUARTPort openUARTPort(java.lang.String portName) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRMIMotorPort openMotorPort(java.lang.String portName) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRMISampleProvider createSampleProvider(java.lang.String portName, java.lang.String sensorName, java.lang.String modeName) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRMIRegulatedMotor createRegulatedMotor(java.lang.String portName, char motorType) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRMIAudio getAudio() throws java.rmi.RemoteException
java.rmi.RemoteExceptionRMITextLCD getTextLCD() throws java.rmi.RemoteException
java.rmi.RemoteExceptionRMITextLCD getTextLCD(Font f) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRMIGraphicsLCD getGraphicsLCD() throws java.rmi.RemoteException
java.rmi.RemoteExceptionRMIWifi getWifi() throws java.rmi.RemoteException
java.rmi.RemoteExceptionRMIBluetooth getBluetooth() throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getName()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionRMIKey getKey(java.lang.String name) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRMILED getLED() throws java.rmi.RemoteException
java.rmi.RemoteExceptionRMIKeys getKeys() throws java.rmi.RemoteException
java.rmi.RemoteException