FrameImageCollector Class

Collects frame images until a full IEEE 1344 frame has been received.

Definition

Namespace: Gemstone.PhasorProtocols.IEEE1344
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.137 -- Release Build+761dca6ff9b1a8e7a4849e72d691fddbc93a5b09
public class FrameImageCollector
Inheritance
Object    FrameImageCollector

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.

Methods

AppendFrameImage Appends the current frame image to the frame image collection.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also