Click or drag to resize

FrequencyValueBodyImage Property

Gets the binary body image of the FrequencyValue object.

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

Property Value

Byte
Remarks
The IEEE 1344 protocol provides frequency and df/dt as optional data measurements, so we override the default behavior to account for this change in operation.
See Also