|
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.248-beta
Syntaxpublic void SetValue(
byte[] value,
int offset
)
Public Sub SetValue (
value As Byte(),
offset As Integer
)
public:
void SetValue(
array<unsigned char>^ value,
int offset
)
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