Click or drag to resize

ChannelBaseFooterImage Property

Gets the binary footer image of the BinaryImageBase object.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected virtual byte[] FooterImage { get; }
View Source

Property Value

Byte
Remarks
This property is typically overridden by a specific protocol implementation.
See Also