|
NativeBinaryValue(Byte) Constructor
|
Creates a new binary value, ordered in the endianness of the OS, from the given byte array.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.300-beta+b2186e2cd1f968c931b0e151fdd7c839f3d1e9cf
Syntaxpublic NativeBinaryValue(
byte[] buffer
)
Public Sub New (
buffer As Byte()
)
new :
buffer : byte[] -> NativeBinaryValueGSF.NativeBinaryValue = function(buffer);
View SourceParameters
- buffer Byte
- The buffer which contains the binary representation of the value.
RemarksThis constructor assumes a type code of Empty to represent "undefined".
See Also