Click or drag to resize

ScalarElementSetValue Method

Sets the raw bytes of the value that this scalar represents.

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

Parameters

value  Byte
The array containing the bytes.
offset  Int32
The offset into the array at which the value starts.
See Also