Click or drag to resize

ChannelFrameBase<T> .BinaryImage Property

Gets the binary image of this ChannelFrameBase<T>.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.246-beta
Syntax
public override byte[] BinaryImage { get; }
View Source

Property Value

Byte[]
Remarks
This property is overridden to include a checksum in the image.
See Also