|
ScalarElementSetValue Method
|
Sets the raw bytes of the value that this scalar represents.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.207-beta
Syntax public void SetValue(
byte[] value,
int offset
)
Public Sub SetValue (
value As Byte(),
offset As Integer
)
member SetValue :
value : byte[] *
offset : int -> unit
function SetValue(value, offset);
View SourceParameters
- value Byte
- The array containing the bytes.
- offset Int32
- The offset into the array at which the value starts.
See Also