Click or drag to resize

VectorElementSetValues Method

Sets the raw bytes of the values contained by this vector.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public void SetValues(
	byte[] values,
	int offset
)
View Source

Parameters

values  Byte
The array that contains the raw bytes.
offset  Int32
The offset into the array at which the values start.
See Also