FrameImageCollector Class

Collects frame images until a full IEEE C37.118 frame has been received.

Definition

Namespace: Gemstone.PhasorProtocols.IEEEC37_118
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.110 -- Release Build+b26f50da8951964ebeac94cceca49a2cc8bc2c4d
public sealed class FrameImageCollector : IDisposable
Inheritance
Object    FrameImageCollector
Implements
IDisposable

Constructors

FrameImageCollector Creates a new FrameImageCollector.

Properties

BinaryImage Gets the combined binary image of all the collected frame images.
BinaryLength Gets the length of the combined binary image of all the collected frame images.
Count Gets the total number frames appended to FrameImageCollector.
ValidateFrameCheckSum Gets flag based on CheckSumValidationFrameTypes property that determines if frames are selected for check-sum validation.

Methods

AppendFrameImage Appends the current frame image to the frame image collection.
Dispose Releases all the resources used by the FrameImageCollector object.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also