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

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