Click or drag to resize

TsscDecoderTryGetMeasurement Method

Reads the next measurement from the stream. If the end of the stream has been encountered, return false.

Namespace: GSF.TimeSeries.Transport.TSSC
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public bool TryGetMeasurement(
	out ushort id,
	out long timestamp,
	out uint quality,
	out float value
)
View Source

Parameters

id  UInt16
the id
timestamp  Int64
the timestamp in ticks
quality  UInt32
the quality
value  Single
the value

Return Value

Boolean
true if successful, false otherwise.
See Also