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