Click or drag to resize

DataCell Class

Represents the IEEE C37.118 implementation of a IDataCell that can be sent or received.
Inheritance Hierarchy
SystemObject
  GSF.ParsingBinaryImageBase
    GSF.PhasorProtocolsChannelBase
      GSF.PhasorProtocolsChannelCellBase
        GSF.PhasorProtocolsDataCellBase
          GSF.PhasorProtocols.IEEEC37_118DataCell

Namespace: GSF.PhasorProtocols.IEEEC37_118
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
[SerializableAttribute]
public class DataCell : DataCellBase
View Source

The DataCell type exposes the following members.

Constructors
 NameDescription
Public methodDataCell(IDataFrame, IConfigurationCell) Creates a new DataCell.
Protected methodDataCell(SerializationInfo, StreamingContext) Creates a new DataCell from serialization parameters.
Public methodDataCell(DataFrame, ConfigurationCell, Boolean) Creates a new DataCell from specified parameters.
Top
Properties
 NameDescription
Public propertyAllValuesAssigned Gets flag that determines if all values of this DataCellBase have been assigned.
(Inherited from DataCellBase)
Public propertyAnalogValues Gets AnalogValueCollectionof this DataCellBase.
(Inherited from DataCellBase)
Public propertyAttributesDictionaryTKey, TValue of string based property names and values for the DataCell object.
(Overrides DataCellBaseAttributes)
Public propertyBinaryImage Gets the binary image of the ChannelBase object.
(Inherited from ChannelBase)
Public propertyBinaryLength Gets the length of the BinaryImageBase object.
(Inherited from BinaryImageBase)
Protected propertyBodyImage Gets the binary body image of the DataCellBase object.
(Inherited from DataCellBase)
Protected propertyBodyLength Gets the length of the BodyImage.
(Inherited from DataCellBase)
Public propertyCommonStatusFlags Gets or sets common status flags of this DataCellBase.
(Inherited from DataCellBase)
Public propertyConfigurationCell Gets or sets the ConfigurationCell associated with this DataCell.
Public propertyConfigurationChangeDetected Gets or sets flag that determines if configuration change was detected for this DataCell.
Public propertyDataIsValid Gets or sets flag that determines if data of this DataCell is valid.
(Overrides DataCellBaseDataIsValid)
Public propertyDataModified Gets or sets flag that determines if data was modified for this DataCell.
(Overrides DataCellBaseDataModified)
Public propertyDataSortingType Gets or sets DataSortingType of this DataCell.
(Overrides DataCellBaseDataSortingType)
Public propertyDeviceError Gets or sets flag that determines if source device of this DataCell is reporting an error.
(Overrides DataCellBaseDeviceError)
Public propertyDeviceTriggerDetected Gets or sets flag that determines if device trigger is detected for this DataCell.
Public propertyDigitalValues Gets DigitalValueCollectionof this DataCellBase.
(Inherited from DataCellBase)
Protected propertyFooterImage Gets the binary footer image of the BinaryImageBase object.
(Inherited from ChannelBase)
Protected propertyFooterLength Gets the length of the footer portion of the BinaryImageBase object.
(Inherited from BinaryImageBase)
Public propertyFrequencyValue Gets IFrequencyValue of this DataCellBase.
(Inherited from DataCellBase)
Protected propertyHeaderImage Gets the binary header image of the ChannelBase object.
(Inherited from ChannelBase)
Protected propertyHeaderLength Gets the length of the header portion of the BinaryImageBase object.
(Inherited from BinaryImageBase)
Public propertyIDCode Gets the numeric ID code for this DataCellBase.
(Inherited from DataCellBase)
Public propertyIDLabel Gets ID label of this DataCellBase.
(Inherited from DataCellBase)
Public propertyParent Gets or sets the reference to parent DataFrame of this DataCell.
Public propertyParent3 Gets or sets the ConfigurationCell3 parent of this DataCell, if applicable.
Public propertyPhasorValues Gets PhasorValueCollection of this DataCellBase.
(Inherited from DataCellBase)
Public propertyState Gets or sets the parsing state for the this DataCellBase.
(Inherited from DataCellBase)
Public propertyStationName Gets station name of this DataCellBase.
(Inherited from DataCellBase)
Public propertyStatusFlags Gets or sets status flags for this DataCell.
Public propertySynchronizationIsValid Gets or sets flag that determines if timestamp of this DataCell is valid based on GPS lock.
(Overrides DataCellBaseSynchronizationIsValid)
Public propertyTag Gets or sets a user definable reference to an object associated with this ChannelBase object.
(Inherited from ChannelBase)
Public propertyTimeQuality Gets or sets time quality of this DataCell.
Public propertyTriggerReason Gets or sets trigger reason of this DataCell.
Public propertyUnlockedTime Gets or sets unlocked time of this DataCell.
Top
Methods
 NameDescription
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 methodGenerateBinaryImage Generates binary image of the object and copies it into the given buffer, for BinaryLength bytes.
(Inherited from ChannelBase)
Protected methodGenerateBodyImage Generates the binary body image and copies it into the given buffer, for BodyLength bytes.
(Inherited from BinaryImageBase)
Protected methodGenerateFooterImage Generates the binary footer image and copies it into the given buffer, for FooterLength bytes.
(Inherited from BinaryImageBase)
Protected methodGenerateHeaderImage Generates the binary header image and copies it into the given buffer, for HeaderLength bytes.
(Inherited from BinaryImageBase)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetObjectData Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from DataCellBase)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodParseBinaryImage Initializes object by parsing the specified buffer containing a binary image.
(Inherited from BinaryImageBase)
Protected methodParseBodyImage Parses the binary body image.
(Inherited from DataCellBase)
Protected methodParseFooterImage Parses the binary footer image.
(Inherited from BinaryImageBase)
Protected methodParseHeaderImage Parses the binary header image.
(Inherited from BinaryImageBase)
Public methodToString Gets the string representation of this ChannelCellBase.
(Inherited from ChannelCellBase)
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