public interface RMIAnalogPort
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
getFloats(float[] vals,
int offset,
int length) |
float |
getPin1() |
float |
getPin6() |
boolean |
setPinMode(int mode) |
float getPin6()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionfloat getPin1()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean setPinMode(int mode)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid close()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid getFloats(float[] vals,
int offset,
int length)
throws java.rmi.RemoteException
java.rmi.RemoteException