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.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
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