public class GpsdFacade extends Object implements IGpsdFacade
| Constructor and Description |
|---|
GpsdFacade() |
GpsdFacade(String host,
int port,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
connect() |
IGpsDevice |
device(String path) |
Iterable<IGpsDevice> |
devices() |
static void |
main(String[] args) |
Version |
version() |
public GpsdFacade()
public GpsdFacade(String host, int port, int timeout)
public static void main(String[] args)
public Connection connect() throws IOException
IOExceptionpublic Iterable<IGpsDevice> devices() throws IOException
devices in interface IGpsdFacadeIOExceptionpublic IGpsDevice device(String path) throws IOException
device in interface IGpsdFacadeIOExceptionpublic Version version() throws IOException
version in interface IGpsdFacadeIOExceptionCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.