|
TsscEncoderTryAddMeasurement Method
|
Adds the supplied measurement to the stream. If the stream is full,
this method returns false.
Namespace: GSF.TimeSeries.Transport.TSSCAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax function TryAddMeasurement(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