Package lejos.remote.ev3
Class RMIRemoteAnalogPort
- java.lang.Object
-
- java.rmi.server.RemoteObject
-
- java.rmi.server.RemoteServer
-
- java.rmi.server.UnicastRemoteObject
-
- lejos.remote.ev3.RMIRemoteAnalogPort
-
- All Implemented Interfaces:
java.io.Serializable,java.rmi.Remote,RMIAnalogPort
public class RMIRemoteAnalogPort extends java.rmi.server.UnicastRemoteObject implements RMIAnalogPort
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRMIRemoteAnalogPort(java.lang.String portName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidgetFloats(float[] vals, int offset, int length)floatgetPin1()floatgetPin6()booleansetPinMode(int mode)-
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, exportObject, exportObject, unexportObject
-
-
-
-
Method Detail
-
getPin6
public float getPin6() throws java.rmi.RemoteException- Specified by:
getPin6in interfaceRMIAnalogPort- Throws:
java.rmi.RemoteException
-
getPin1
public float getPin1() throws java.rmi.RemoteException- Specified by:
getPin1in interfaceRMIAnalogPort- Throws:
java.rmi.RemoteException
-
close
public void close() throws java.rmi.RemoteException- Specified by:
closein interfaceRMIAnalogPort- Throws:
java.rmi.RemoteException
-
setPinMode
public boolean setPinMode(int mode) throws java.rmi.RemoteException- Specified by:
setPinModein interfaceRMIAnalogPort- Throws:
java.rmi.RemoteException
-
getFloats
public void getFloats(float[] vals, int offset, int length) throws java.rmi.RemoteException- Specified by:
getFloatsin interfaceRMIAnalogPort- Throws:
java.rmi.RemoteException
-
-