Represents the Macrodyne implementation of an IDigitalValue.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class DigitalValue : DigitalValueBase
<SerializableAttribute> _ Public Class DigitalValue _ Inherits DigitalValueBase
[SerializableAttribute] public ref class DigitalValue : public DigitalValueBase
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
DigitalValue(IDataCell, IDigitalDefinition) |
Creates a new DigitalValue.
| |
DigitalValue(DataCell, DigitalDefinition, UInt16) |
Creates a new DigitalValue from specified parameters.
| |
DigitalValue(SerializationInfo, StreamingContext) |
Creates a new DigitalValue from serialization parameters.
| |
Attributes | Dictionary<(Of <(<'TKey, TValue>)>)> of string based property names and values for the DigitalValueBase object.
(Inherited from DigitalValueBase.) | |
BinaryImage()()()() | (Inherited from BinaryImageBase.) | |
BinaryLength()()()() | (Inherited from BinaryImageBase.) | |
BodyImage |
Gets the binary body image of the DigitalValueBase object.
(Inherited from DigitalValueBase.) | |
BodyLength |
Gets the length of the BodyImage.
(Inherited from DigitalValueBase.) | |
CompositeValueCount |
Gets total number of composite values that this DigitalValueBase provides.
(Inherited from DigitalValueBase.) | |
DataFormat |
Gets the DataFormat of this ChannelValueBase<(Of <(<'T>)>)>.
(Inherited from ChannelValueBase<(Of <(<'T>)>)>.) | |
Definition |
Gets or sets the DigitalDefinition associated with this DigitalValue.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
FooterImage()()()() | (Inherited from BinaryImageBase.) | |
FooterLength()()()() | (Inherited from BinaryImageBase.) | |
GetCompositeValue(Int32) |
Gets the specified composite value of this DigitalValueBase.
(Inherited from DigitalValueBase.) | |
GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetMeasurementValueFilterFunction(Int32) |
Gets function used to apply a downsampling filter over a sequence of IMeasurement values.
(Inherited from DigitalValueBase.) | |
GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from DigitalValueBase.) | |
GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
HeaderImage()()()() | (Inherited from BinaryImageBase.) | |
HeaderLength()()()() | (Inherited from BinaryImageBase.) | |
Initialize(array<Byte>[]()[][], Int32, Int32) | (Inherited from BinaryImageBase.) | |
IsEmpty |
Gets boolean value that determines if none of the composite values of DigitalValueBase have been assigned a value.
(Inherited from DigitalValueBase.) | |
Label |
Gets text based label of this ChannelValueBase<(Of <(<'T>)>)>.
(Inherited from ChannelValueBase<(Of <(<'T>)>)>.) | |
Measurements |
Gets the composite values of this ChannelValueBase<(Of <(<'T>)>)> as an array of IMeasurement values.
(Inherited from ChannelValueBase<(Of <(<'T>)>)>.) | |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Parent |
Gets or sets the DataCell parent of this DigitalValue.
| |
ParseBodyImage(array<Byte>[]()[][], Int32, Int32) |
Parses the binary body image.
(Inherited from DigitalValueBase.) | |
ParseFooterImage(array<Byte>[]()[][], Int32, Int32) | (Inherited from BinaryImageBase.) | |
ParseHeaderImage(array<Byte>[]()[][], Int32, Int32) | (Inherited from BinaryImageBase.) | |
State |
Gets or sets the parsing state for this ChannelBase object.
(Inherited from ChannelBase.) | |
Tag |
Gets or sets a user definable reference to an object associated with this ChannelBase object.
(Inherited from ChannelBase.) | |
ToString()()()() | (Inherited from Object.) | |
Value |
Gets or sets the unsigned 16-bit integer value (composed of digital bits) that represents this DigitalValueBase.
(Inherited from DigitalValueBase.) |
Inheritance Hierarchy
Object | |||||
BinaryImageBase | |||||
ChannelBase | |||||
ChannelValueBase<(Of <(<'IDigitalDefinition>)>)> | |||||
DigitalValueBase | |||||
DigitalValue |