Click or drag to resize

TsscDecoderReset Method

Resets the TSSC Decoder to the initial state.

Namespace: GSF.TimeSeries.Transport.TSSC
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public void Reset()
View Source
Remarks
TSSC is a stateful encoder that requires a state of the previous data to be maintained. Therefore, if the state ever becomes corrupt (out of order, dropped, corrupted, or duplicated) the state must be reset on both ends.
See Also