Interface RMIAnalogPort

  • All Superinterfaces:
    java.rmi.Remote
    All Known Implementing Classes:
    RMIRemoteAnalogPort

    public interface RMIAnalogPort
    extends java.rmi.Remote
    • 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