Gets the binary body image of the FrequencyValue object.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected override byte[] BodyImage { get; }
Protected Overrides ReadOnly Property BodyImage As Byte() Get
protected: virtual property array<unsigned char>^ BodyImage { array<unsigned char>^ get () override; }
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.