Click or drag to resize

BigBinaryValue Class

Represents a big-endian ordered binary data sample stored as a byte array, but implicitly castable to most common native types.
Inheritance Hierarchy
SystemObject
  GSFBinaryValueBaseBigEndianOrder
    GSFBigBinaryValue

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public class BigBinaryValue : BinaryValueBase<BigEndianOrder>
View Source

The BigBinaryValue type exposes the following members.

Constructors
 NameDescription
Public methodBigBinaryValue(Byte)Creates a new big-endian ordered binary value from the given byte array.
Public methodBigBinaryValue(TypeCode, Byte)Creates a new big-endian ordered binary value from the given byte array.
Public methodBigBinaryValue(Byte, Int32, Int32)Creates a new big-endian ordered binary value from the given byte array.
Public methodBigBinaryValue(TypeCode, Byte, Int32, Int32)Creates a new big-endian ordered binary value from the given byte array.
Top
Properties
 NameDescription
Public propertyBuffer Gets or sets the binary representation of this data sample.
(Inherited from BinaryValueBaseTEndianOrder)
Public propertyTypeCode Gets or sets TypeCode that this binary data sample represents.
(Inherited from BinaryValueBaseTEndianOrder)
Top
Methods
 NameDescription
Public methodConvertToType Returns a BigBinaryValue representation of source value converted to specified TypeCode.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToByte Returns a byte from the Buffer.
(Inherited from BinaryValueBaseTEndianOrder)
Public methodToDouble Returns a double-precision floating point number, accounting for EndianOrder, converted from the Buffer.
(Inherited from BinaryValueBaseTEndianOrder)
Public methodToInt16 Returns a 16-bit signed integer, accounting for EndianOrder, converted from the Buffer.
(Inherited from BinaryValueBaseTEndianOrder)
Public methodToInt24 Returns a 24-bit signed integer, accounting for EndianOrder, converted from the Buffer.
(Inherited from BinaryValueBaseTEndianOrder)
Public methodToInt32 Returns a 32-bit signed integer, accounting for EndianOrder, converted from the Buffer.
(Inherited from BinaryValueBaseTEndianOrder)
Public methodToInt64 Returns a 64-bit signed integer, accounting for EndianOrder, converted from the Buffer.
(Inherited from BinaryValueBaseTEndianOrder)
Public methodToSingle Returns a single-precision floating point number, accounting for EndianOrder, converted from the Buffer.
(Inherited from BinaryValueBaseTEndianOrder)
Public methodToString Returns a String that represents the current BigBinaryValue.
(Overrides ObjectToString)
Public methodToUInt16 Returns a 16-bit unsigned integer, accounting for EndianOrder, converted from the Buffer.
(Inherited from BinaryValueBaseTEndianOrder)
Public methodToUInt24 Returns a 24-bit unsigned integer, accounting for EndianOrder, converted from the Buffer.
(Inherited from BinaryValueBaseTEndianOrder)
Public methodToUInt32 Returns a 32-bit unsigned integer, accounting for EndianOrder, converted from the Buffer.
(Inherited from BinaryValueBaseTEndianOrder)
Public methodToUInt64 Returns a 64-bit unsigned integer, accounting for EndianOrder, converted from the Buffer.
(Inherited from BinaryValueBaseTEndianOrder)
Top
Operators
 NameDescription
Public operatorStatic member(BigBinaryValue to Int24) Implicitly converts BigBinaryValue to Int24.
Public operatorStatic member(BigBinaryValue to UInt24) Implicitly converts BigBinaryValue to UInt24.
Public operatorStatic member(BigBinaryValue to Byte) Implicitly converts BigBinaryValue to Byte.
Public operatorStatic member(BigBinaryValue to Double) Implicitly converts BigBinaryValue to Double.
Public operatorStatic member(BigBinaryValue to Int16) Implicitly converts BigBinaryValue to Int16.
Public operatorStatic member(BigBinaryValue to Int32) Implicitly converts BigBinaryValue to Int32.
Public operatorStatic member(BigBinaryValue to Int64) Implicitly converts BigBinaryValue to Int64.
Public operatorStatic member(BigBinaryValue to Single) Implicitly converts BigBinaryValue to Single.
Public operatorStatic member(BigBinaryValue to UInt16) Implicitly converts BigBinaryValue to UInt16.
Public operatorStatic member(BigBinaryValue to UInt32) Implicitly converts BigBinaryValue to UInt32.
Public operatorStatic member(BigBinaryValue to UInt64) Implicitly converts BigBinaryValue to UInt64.
Public operatorStatic member(Byte to BigBinaryValue) Implicitly converts Byte to BigBinaryValue.
Public operatorStatic member(Double to BigBinaryValue) Implicitly converts Double to BigBinaryValue.
Public operatorStatic member(Int16 to BigBinaryValue) Implicitly converts Int16 to BigBinaryValue.
Public operatorStatic member(Int24 to BigBinaryValue) Implicitly converts Int24 to BigBinaryValue.
Public operatorStatic member(Int32 to BigBinaryValue) Implicitly converts Int32 to BigBinaryValue.
Public operatorStatic member(Int64 to BigBinaryValue) Implicitly converts Int64 to BigBinaryValue.
Public operatorStatic member(Single to BigBinaryValue) Implicitly converts Single to BigBinaryValue.
Public operatorStatic member(UInt16 to BigBinaryValue) Implicitly converts UInt16 to BigBinaryValue.
Public operatorStatic member(UInt24 to BigBinaryValue) Implicitly converts UInt24 to BigBinaryValue.
Public operatorStatic member(UInt32 to BigBinaryValue) Implicitly converts UInt32 to BigBinaryValue.
Public operatorStatic member(UInt64 to BigBinaryValue) Implicitly converts UInt64 to BigBinaryValue.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also

Reference

GSF Namespace