public class NmeaReaderFromSocket extends Object implements NmeaReader
Socket
.Constructor and Description |
---|
NmeaReaderFromSocket(String host,
int port)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
Iterable<String> |
read()
Returns an
Iterable of the NMEA messages. |
public NmeaReaderFromSocket(String host, int port)
host
- port
- public Iterable<String> read()
NmeaReader
Iterable
of the NMEA messages.read
in interface NmeaReader
public void close()
Copyright © 2020. All rights reserved.