Click or drag to resize

NativeBinaryValue(Byte) Constructor

Creates a new binary value, ordered in the endianness of the OS, from the given byte array.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
Syntax
public NativeBinaryValue(
	byte[] buffer
)
View Source

Parameters

buffer  Byte
The buffer which contains the binary representation of the value.
Remarks
This constructor assumes a type code of Empty to represent "undefined".
See Also