Interface RMIMotorPort

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

    public interface RMIMotorPort
    extends java.rmi.Remote
    • Method Detail

      • getTachoCount

        int getTachoCount()
                   throws java.rmi.RemoteException
        returns tachometer count
        Throws:
        java.rmi.RemoteException
      • resetTachoCount

        void resetTachoCount()
                      throws java.rmi.RemoteException
        resets the tachometer count to 0;
        Throws:
        java.rmi.RemoteException
      • setPWMMode

        void setPWMMode​(int mode)
                 throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • close

        void close()
            throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException