Click or drag to resize

CommandFrameBase.ExtendedData Property

Gets or sets extended binary image data for this CommandFrameBase.

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

Property Value

Byte[]

Implements

ICommandFrame.ExtendedData
See Also