public sealed class FrameImageCollector : IDisposable
Public NotInheritable Class FrameImageCollector
Implements IDisposable
public ref class FrameImageCollector sealed : IDisposable
Gemstone.PhasorProtocols.IEEEC37_118.FrameImageCollector = function();
Type.createClass(
'Gemstone.PhasorProtocols.IEEEC37_118.FrameImageCollector',
null,
IDisposable);
FrameImageCollector | Creates a new FrameImageCollector. |
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. |
AppendFrameImage | Appends the current frame image to the frame image collection. |
Dispose | Releases all the resources used by the FrameImageCollector object. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |