|
BufferBlockMeasurement(Byte, Int32, Int32) Constructor
|
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
Syntaxpublic BufferBlockMeasurement(
byte[] buffer,
int startIndex,
int length
)
Public Sub New (
buffer As Byte(),
startIndex As Integer,
length As Integer
)
public:
BufferBlockMeasurement(
array<unsigned char>^ buffer,
int startIndex,
int length
)
new :
buffer : byte[] *
startIndex : int *
length : int -> BufferBlockMeasurement
GSF.TimeSeries.BufferBlockMeasurement = function(buffer, startIndex, length);
View SourceParameters
- buffer Byte
-
- startIndex Int32
-
- length Int32
-
ExceptionsException | Condition |
---|
ArgumentNullException | buffer is null. |
ArgumentOutOfRangeException | startIndex or length is less than 0 -or-
startIndex and length will exceed buffer length.
|
See Also