Creates a new CommonFrameHeader from given binaryImage.
Declaration Syntax
C# | Visual Basic | Visual 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.