public class RMIRemoteEV3 extends java.rmi.server.UnicastRemoteObject implements RMIEV3
| Constructor and Description |
|---|
RMIRemoteEV3() |
| 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) |
clone, exportObject, exportObject, exportObject, unexportObjectpublic RMIRemoteEV3()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic RMIBattery getBattery() throws java.rmi.RemoteException
getBattery in interface RMIEV3java.rmi.RemoteExceptionpublic RMIAnalogPort openAnalogPort(java.lang.String portName) throws java.rmi.RemoteException
openAnalogPort in interface RMIEV3java.rmi.RemoteExceptionpublic RMII2CPort openI2CPort(java.lang.String portName) throws java.rmi.RemoteException
openI2CPort in interface RMIEV3java.rmi.RemoteExceptionpublic RMIUARTPort openUARTPort(java.lang.String portName) throws java.rmi.RemoteException
openUARTPort in interface RMIEV3java.rmi.RemoteExceptionpublic RMIMotorPort openMotorPort(java.lang.String portName) throws java.rmi.RemoteException
openMotorPort in interface RMIEV3java.rmi.RemoteExceptionpublic RMISampleProvider createSampleProvider(java.lang.String portName, java.lang.String sensorName, java.lang.String modeName) throws java.rmi.RemoteException
createSampleProvider in interface RMIEV3java.rmi.RemoteExceptionpublic RMIRegulatedMotor createRegulatedMotor(java.lang.String portName, char motorType) throws java.rmi.RemoteException
createRegulatedMotor in interface RMIEV3java.rmi.RemoteExceptionpublic RMIWifi getWifi() throws java.rmi.RemoteException
public RMIBluetooth getBluetooth() throws java.rmi.RemoteException
getBluetooth in interface RMIEV3java.rmi.RemoteExceptionpublic RMITextLCD getTextLCD() throws java.rmi.RemoteException
getTextLCD in interface RMIEV3java.rmi.RemoteExceptionpublic RMIAudio getAudio() throws java.rmi.RemoteException
public RMIGraphicsLCD getGraphicsLCD() throws java.rmi.RemoteException
getGraphicsLCD in interface RMIEV3java.rmi.RemoteExceptionpublic RMITextLCD getTextLCD(Font f) throws java.rmi.RemoteException
getTextLCD in interface RMIEV3java.rmi.RemoteExceptionpublic java.lang.String getName()
throws java.rmi.RemoteException
public RMIKey getKey(java.lang.String name) throws java.rmi.RemoteException
public RMILED getLED() throws java.rmi.RemoteException