| Modifier and Type | Method and Description |
|---|---|
DataRecord |
Hardware.readRecord()
Reads the current data record from the device faster than combining
the other methods exported by this interface.
|
DataRecord |
ASCIIModbus.readRecord()
Reads the current data record from the device faster than combining
the other methods exported by this interface.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<DataRecord> |
Client.getRecentRecords(java.time.Instant threshold)
Gets the data records more recent than a given time.
|
java.util.stream.Stream<DataRecord> |
Client.getRecordsByIndex(int start,
int limit)
Gets the data records specified by
start and limit. |
Copyright © 2016 LSST. All rights reserved.