Click or drag to resize

BufferBlockMeasurement(Byte, Int32, Int32) Constructor

Creates a new BufferBlockMeasurement from an existing buffer.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public BufferBlockMeasurement(
	byte[] buffer,
	int startIndex,
	int length
)
View Source

Parameters

buffer  Byte
 
startIndex  Int32
 
length  Int32
 
Exceptions
ExceptionCondition
ArgumentNullExceptionbuffer is null.
ArgumentOutOfRangeExceptionstartIndex or length is less than 0 -or- startIndex and length will exceed buffer length.
See Also