Click or drag to resize

IDigitalValue Properties

The IDigitalValue type exposes the following members.

Properties
  Name Description
Public property Attributes Gets a Dictionary<TKey, TValue> of string based property names and values for this IChannel object.
(Inherited from IChannel)
Public property BinaryLength Gets the length of the binary image.
(Inherited from ISupportBinaryImage)
Public property CompositeValueCount Gets total number of composite values that this IChannelValue<T> provides.
(Inherited from IChannelValue<T>)
Public property DataFormat Gets the DataFormat of this IChannelValue<T> typically derived from DataFormat.
(Inherited from IChannelValue<T>)
Public property Definition Gets the IChannelDefinition associated with this IChannelValue<T>.
(Inherited from IChannelValue<T>)
Public property IsEmpty Gets boolean value that determines if none of the composite values of IChannelValue<T> have been assigned a value.
(Inherited from IChannelValue<T>)
Public property Label Gets text based label of this IChannelValue<T> typically derived from Label.
(Inherited from IChannelValue<T>)
Public property Measurements Gets the composite values of this IChannelValue<T> as an array of IMeasurement values.
(Inherited from IChannelValue<T>)
Public property Parent Gets the IDataCell parent of this IChannelValue<T>.
(Inherited from IChannelValue<T>)
Public property State Gets or sets the parsing state for this IChannel object.
(Inherited from IChannel)
Public property Tag Gets or sets a user definable reference to an object associated with this IChannel object.
(Inherited from IChannel)
Public property Value Gets or sets the 16-bit integer value (composed of digital bits) that represents this IDigitalValue.
Top
See Also