Click or drag to resize

ConfigurationCellBaseFooterImage Property

Gets the binary footer image of the ConfigurationCellBase object.

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

Property Value

Byte
Remarks
Bottom of the IEEE protocol configuration frames contain a nominal frequency definition, so base implementation exposes frequency definition as the footer.
See Also