openPDC Synchrophasor Help
CommonFrameHeader Constructor (configurationFrame, binaryImage, startIndex)
NamespacesTVA.PhasorProtocols.IeeeC37_118CommonFrameHeaderCommonFrameHeader(ConfigurationFrame1, array<Byte>[]()[][], Int32)
Creates a new CommonFrameHeader from given binaryImage.
Declaration Syntax
C#Visual BasicVisual C++
public CommonFrameHeader(
	ConfigurationFrame1 configurationFrame,
	byte[] binaryImage,
	int startIndex
)
Public Sub New ( _
	configurationFrame As ConfigurationFrame1, _
	binaryImage As Byte(), _
	startIndex As Integer _
)
public:
CommonFrameHeader(
	ConfigurationFrame1^ configurationFrame, 
	array<unsigned char>^ binaryImage, 
	int startIndex
)
Parameters
configurationFrame (ConfigurationFrame1)
IEEE C37.118 ConfigurationFrame1 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