Click or drag to resize

IDataCell Interface

Represents a protocol independent interface representation of any kind of IDataFrame cell.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public interface IDataCell : IChannelCell, 
	IChannel, ISupportBinaryImage, ISerializable
View Source

The IDataCell type exposes the following members.

Properties
 NameDescription
Public propertyAllValuesAssigned Gets flag that determines if all values of this IDataCell have been assigned.
Public propertyAnalogValues Gets AnalogValueCollectionof this IDataCell.
Public propertyAttributes Gets a DictionaryTKey, TValue of string based property names and values for this IChannel object.
(Inherited from IChannel)
Public propertyBinaryLength Gets the length of the binary image.
(Inherited from ISupportBinaryImage)
Public propertyCommonStatusFlags Gets or sets command status flags of this IDataCell.
Public propertyConfigurationCell Gets or sets IConfigurationCell associated with this IDataCell.
Public propertyDataIsValid Gets or sets flag that determines if data of this IDataCell is valid.
Public propertyDataSortingType Gets or sets DataSortingType of this IDataCell.
Public propertyDeviceError Gets or sets flag that determines if source device of this IDataCell is reporting an error.
Public propertyDigitalValues Gets DigitalValueCollectionof this IDataCell.
Public propertyFrequencyValue Gets IFrequencyValue of this IDataCell.
Public propertyIDCode Gets the numeric ID code for this IChannelCell.
(Inherited from IChannelCell)
Public propertyIDLabel Gets ID label of this IDataCell.
Public propertyParent Gets reference to parent IDataFrame of this IDataCell.
Public propertyPhasorValues Gets PhasorValueCollection of this IDataCell.
Public propertyState Gets or sets the parsing state for the this IDataCell.
Public propertyStationName Gets station name of this IDataCell.
Public propertyStatusFlags Gets or sets 16-bit status flags of this IDataCell.
Public propertySynchronizationIsValid Gets or sets flag that determines if timestamp of this IDataCell is valid based on GPS lock.
Public propertyTag Gets or sets a user definable reference to an object associated with this IChannel object.
(Inherited from IChannel)
Top
Methods
 NameDescription
Public methodGenerateBinaryImage Generates binary image of the object and copies it into the given buffer, for BinaryLength bytes.
(Inherited from ISupportBinaryImage)
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Public methodGetStatusFlagsMeasurement Gets the status flags of the IDataCell as a measurement value.
Public methodParseBinaryImage Initializes object by parsing the specified buffer containing a binary image.
(Inherited from ISupportBinaryImage)
Top
Extension Methods
 NameDescription
Public Extension MethodBinaryImage Returns a binary image of an object that implements ISupportBinaryImage.
(Defined by ISupportBinaryImageExtensions)
Public Extension MethodCopyBinaryImageToStream Copies binary image of object that implements ISupportBinaryImage to a Stream.
(Defined by ISupportBinaryImageExtensions)
Public Extension MethodCopyImage This is a common optimized block copy function for any kind of data.
(Defined by Common)
Public Extension MethodParseBinaryImageFromStream Parses binary image of object that implements ISupportBinaryImage from a Stream.
(Defined by ISupportBinaryImageExtensions)
Top
Remarks
This phasor protocol implementation defines a "cell" as a portion of a "frame", i.e., a logical unit of data. For example, a IDataCell could be defined as a PMU within a IDataFrame that contains multiple PMU's coming from a PDC.
See Also