openPDC Synchrophasor Help
CommonFrameHeader Constructor (binaryImage, startIndex, configurationFrame)
NamespacesTVA.PhasorProtocols.MacrodyneCommonFrameHeaderCommonFrameHeader(array<Byte>[]()[][], Int32, ConfigurationFrame)
Creates a new CommonFrameHeader from given binaryImage.
Declaration Syntax
C#Visual BasicVisual C++
public CommonFrameHeader(
	byte[] binaryImage,
	int startIndex,
	ConfigurationFrame configurationFrame
)
Public Sub New ( _
	binaryImage As Byte(), _
	startIndex As Integer, _
	configurationFrame As ConfigurationFrame _
)
public:
CommonFrameHeader(
	array<unsigned char>^ binaryImage, 
	int startIndex, 
	ConfigurationFrame^ configurationFrame
)
Parameters
binaryImage (array<Byte>[]()[][])
Buffer that contains data to parse.
startIndex (Int32)
Start index into buffer where valid data begins.
configurationFrame (ConfigurationFrame)
Configuration frame, if available.

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