openPDC Synchrophasor Help
BodyImage Property
NamespacesTVA.PhasorProtocolsAnalogValueBaseBodyImage
Gets the binary body image of the AnalogValueBase object.
Declaration Syntax
C#Visual BasicVisual 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 base implementation assumes fixed integer values are represented as 16-bit signed integers and floating point values are represented as 32-bit single-precision floating-point values (i.e., short and float data types respectively).

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0