Package lejos.remote.ev3
Interface RMIAnalogPort
-
- All Superinterfaces:
java.rmi.Remote
- All Known Implementing Classes:
RMIRemoteAnalogPort
public interface RMIAnalogPort extends java.rmi.Remote
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidgetFloats(float[] vals, int offset, int length)floatgetPin1()floatgetPin6()booleansetPinMode(int mode)
-
-
-
Method Detail
-
getPin6
float getPin6() throws java.rmi.RemoteException- Throws:
java.rmi.RemoteException
-
getPin1
float getPin1() throws java.rmi.RemoteException- Throws:
java.rmi.RemoteException
-
setPinMode
boolean setPinMode(int mode) throws java.rmi.RemoteException- Throws:
java.rmi.RemoteException
-
close
void close() throws java.rmi.RemoteException- Throws:
java.rmi.RemoteException
-
getFloats
void getFloats(float[] vals, int offset, int length) throws java.rmi.RemoteException- Throws:
java.rmi.RemoteException
-
-