Click or drag to resize

TsscDecoderSetBuffer Method

Sets the internal buffer to read data from.

Namespace: GSF.TimeSeries.Transport.TSSC
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public void SetBuffer(
	byte[] data,
	int startingPosition,
	int length
)
View Source

Parameters

data  Byte
startingPosition  Int32
length  Int32
See Also