Click or drag to resize

ChannelBaseHeaderImage Property

Gets the binary header image of the ChannelBase object.

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

Property Value

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