Interface IGpsdFacade

  • All Known Implementing Classes:
    GpsdFacade

    public interface IGpsdFacade
    • Method Detail

      • devices

        java.lang.Iterable<IGpsDevice> devices()
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • device

        IGpsDevice device​(java.lang.String path)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • version

        Version version()
                 throws java.io.IOException
        Throws:
        java.io.IOException