Click or drag to resize

TsscEncoderTryAddMeasurement Method

Adds the supplied measurement to the stream. If the stream is full, this method returns false.

Namespace: GSF.TimeSeries.Transport.TSSC
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public bool TryAddMeasurement(
	ushort id,
	long timestamp,
	uint quality,
	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