Click or drag to resize

ChannelBaseBinaryImage Property

Gets the binary image of the ChannelBase object.

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

Property Value

Byte
Remarks
This property is not typically overridden since it is the combination of the header, body and footer images.
See Also