|
CommonFrameHeader.BinaryImage Property
|
Gets the binary image of the common header portion of this frame.
Namespace: GSF.PhasorProtocols.IEC61850_90_5Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.246-beta
Syntaxpublic byte[] BinaryImage { get; }
Public ReadOnly Property BinaryImage As Byte()
Get
public:
property array<unsigned char>^ BinaryImage {
array<unsigned char>^ get ();
}
member BinaryImage : byte[] with get
function get_BinaryImage();
View SourceProperty Value
Byte[]
See Also