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.305-beta
Syntax
public BufferBlockMeasurement(
	byte[] buffer,
	int startIndex,
	int length
)
View Source

Parameters

buffer  Byte
Source buffer.
startIndex  Int32
Start index of valid data in source buffer.
length  Int32
Valid length of source buffer.
Exceptions
ExceptionCondition
ArgumentNullExceptionbuffer is null.
ArgumentOutOfRangeExceptionstartIndex or length is less than 0 -or- startIndex and length will exceed buffer length.
See Also