|
TsscDecoderTryGetMeasurement Method
|
Reads the next measurement from the stream. If the end of the stream has been encountered,
return false.
Namespace: GSF.TimeSeries.Transport.TSSCAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax function TryGetMeasurement(id, timestamp, quality, value);
View SourceParameters
- id UInt16
- the id
- timestamp Int64
- the timestamp in ticks
- quality UInt32
- the quality
- value Single
- the value
Return Value
Booleantrue if successful, false otherwise.
See Also